Menu

#51 top count error

v1.0 (example)
open
nobody
None
5
2006-07-10
2006-07-10
Steven Lee
No

try to parser this sql:
select top 10 count(*) as RS, REGION_NAME as JJZ
from INF_SALVATION
group by T.F
an error occurs:
Cant "ExecuteTokeAdded": stament part inavlid, part
parser class: "TgaSQLExpression"
this sql can run successfully.

but parser this sql:
select (top 10 count(*)) as RS,REGION_NAME as JJZ
from INF_SALVATION
group by T.F
all is OK.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.