hello, i have a table, and for paging reasons, i want to get every entry where:
 
count modulus 50=1
and
count modulus 50=0
 
this would make it so i could make a drop down list that had ranges like:
 
1..50
51..100
101..150
 
etc.
 
problem is i cant find how to do modulus in SQL.  Is there a way?  If not is there another way to do this without a for loop?

Reply via email to