出错信息:
unexpected token: from
ognl 错误
...
以下写法都是正确的:
select FieldName from TABLENAME
select * from TABLENAME
from TABLENAME
出错信息:
unexpected token: from
ognl 错误
...
以下写法都是正确的:
select FieldName from TABLENAME
select * from TABLENAME
from TABLENAME