Cecilia VIGNY schrieb:
Hi,
I'm developing a Php program which uses a SQLite database. I want to
execute an SQL request :
select * from dicsupp WHERE supp regexp 'test';
It doesn't work... What's wrong ?
Thank you ! ;)
There could be all sorts of things wrong. Your SQL code looks correct so
far (but using regexp with a constant pattern like 'test' is a bit
inefficient).
Do you get any error message? How do you execute your statement?
Michael
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------