各位大神求助:(达梦数据库)比如当前登录用户 是 test字段中的值:admin,sysadmin,test如何精确查询字段中的值是否有:test
我没看懂,难道不是构建个查询条件吗?
select count(0) from table where role like "%test%"