Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Diogo Nesbitt
3
Views
2
Comments
Advanced Query
Question
Hello
in the advanced query
SELECT TOP 10 {Staff}.* ,COUNT(*) as c
FROM ((({Category} ENCategory Inner JOIN {Staff} ON ({Staff}.[ID] = ENCategory.[STAFF_ID]))
Inner JOIN {State} ENState ON ({Staff}.[STATE_ID] = ENState.[ID]))
GROUP BY {Staff}.*
ORDER BY c DESC
if I press the verify button i will take 2 errors,
"Unexpected 10 in ..."
"Unexpected {Staff}.*" in group by
but if I run the program it works. so the problem is in the service studio.
Daniel Lourenço
Staff
Hi Diogo,
I suppose you're getting warnings only. If you press the test query, doesn't it work?
Best Regards,
Daniel Lourenco
1 reply
21 Apr 2008
Show thread
Hide thread
Diogo Nesbitt
Tes It works... but why the warnings...
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...