[EMAIL PROTECTED] wrote:
> hi guys,
> 
> this query works in sqlite 3.x
> 
> SELECT * FROM logs LIMIT (SELECT lmt FROM base);
> 
> but in sqlite2.8.17 it generates error .. near to ( ! Is
> this normal??
> 

SQLite version 2.x required that LIMIT and OFFSET be integer
constants.
--
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to