Hi Rick,

You seem to be misinterpreting the semantics of the % (modulo) operator.

   X % Y returns the (integral) remainder of the Euclidean division of 
X by Y (both integers).

Now things should be clearer.





_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to