On Mon, 2005-02-21 at 18:00 -0800, Jay wrote: > It's too bad Sqlite doesn't have the modulo operator,
The "%" operator gives you remainder after division, which is very close to being a modulo operator. -- D. Richard Hipp <[EMAIL PROTECTED]>
On Mon, 2005-02-21 at 18:00 -0800, Jay wrote: > It's too bad Sqlite doesn't have the modulo operator,
The "%" operator gives you remainder after division, which is very close to being a modulo operator. -- D. Richard Hipp <[EMAIL PROTECTED]>