Cecilia VIGNY <vigny.cecilia-cCSzNbf61/[EMAIL PROTECTED]>
wrote:

I'm using SQLite with a PHP program and I would like to execute this
SQL request : DROP TABLE IF EXISTS clients;

When I test my program, this error occures :
Warning: sqlite_query(): near "EXISTS": syntax error in .... on line
61

IF EXISTS clause is supported with SQLite v3.3.0 and up. It appears that you are using an earlier version.

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to