Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Getting a sql statement using Having

edited June 2004 in General
Hello,

I tried to get a sql statement like this using the end-user tool:

select count(*), registrationnumber
from rei_client
group by registrationnumber
having count(*) > 1

I can't find the way to get the "Having" clause in it.
Can this be done??

Eric

Comments

This discussion has been closed.