请问vba+sql用select * from A where name1 regexp '护',错误提示“操作符丢失”,要怎么写才对?
sqlserver 不支持正则,换成like吧
什么数据库
sql