Hi All
While reading some SQL books i crossed on SUBSETS querry, but it seems
postgres dont understand them.
Is there another way to do this in postgres ?
if so, where i can read about it ?
SELECT * from some_table WHERE MOD(some_row, :n) = 0;
Thanks in advance