Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello all
is it possible to write set analysis without aggregate function.
if yes please let me know how.
As far as I'm aware it's not possible to do that sorry
Use the only() aggregation function. It's like not using an aggregation function, but it allows you to use set analysis.
Yes, with only() function you can write set analysis. but it is very limited in nature.