Hi!
Place the limit clause at the end.
select * from databaseentry where Sub="BarsandPubs" order by Button_Name
limit 5;
Regards,
Dennis
Xeepe Phone Solution Team
http://en.xeepe.com
mailto:[EMAIL PROTECTED]
sip:[EMAIL PROTECTED]
-Original Message-
From: nishit sharma [mailto:[EMAIL
Hi Phani!
For your sample the following query will fit:
select COUNT (DISTINCT year*12+month) FROM m
If you take a look at
EXPLAIN select COUNT (DISTINCT year*12+month) FROM m
you will see that effectiveness is almost the same than in case of
EXPLAIN select COUNT (DISTINCT year) FROM m
and si
Hi Rob!
Maybe standard windows feature memory-mapping-file can help you?
Regards
Xeepe Phone Solution Team
http://en.xeepe.com
-Original Message-
From: Rob Richardson [mailto:[EMAIL PROTECTED]
Sent: Friday, July 13, 2007 7:35 PM
To: sqlite-users@sqlite.org
Subject: [sqlite] Sharing a
AFAIK SQLite does not have such functionality.
Please see http://sqlite.org/lang_altertable.html . So you have to do it
in a bit more complicated way.
Regards, Dennis
Xeepe Phone Solution Team
http://xeepe.com
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: M
4 matches
Mail list logo