Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Shared with Jive Anywhere
Hi
Its certainly possible to use a Where clause. I am not sure about Group By and Having clauses, but I have my doubts. Why don't you test it for yourself, it is easy enough to do so.
HTH
Jonathan
Hi,
I am not sure about group by and Having clause,if you want to use for group by and having using of resident load
Tab:
Load a,
b
from a.xls;
like this
Tab1:
Load count(a),
b
resident Tab group by b having count(a)>10;