查询:SELECT ename,sal FROM emp WHERE upper (ename)LIKE '%A%' LIMIT 0, 1000
错误代码: 1305
FUNCTION test.upper does not exist
执行耗时 : 0 sec
传送时间 : 0 sec
总耗时 : 0 sec
为什么我的表里面 没有lower 和 upper 函数 ??上面的SQL语句不能使用?
------解决方案--------------------
估计你用的是什么非主流数据库,它不支持这些函数。