Is there a best way to administrate SQLite? Do I use PHP, TCL C or .........? Sincerely Jan Ekström
----- Original Message ----- From: "D. Richard Hipp" <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Tuesday, February 22, 2005 2:18 PM
Subject: Re: [sqlite] tricky date time problem
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]>