Hi.
I am having some kind of issues with the delete command when my WHERE expr
is formed from several expression.
I have something like this:
SELECT * FROM Ture WHERE idT = 1 AND data = '19/07/2009'
returns one row.
DELETE FROM Ture WHERE idT = 1 AND data = '19/07/2009' 
does not delete the row.
-- 
View this message in context: 
http://www.nabble.com/SQLite-Delete-doesn%27t-work-tp24555652p24555652.html
Sent from the SQLite mailing list archive at Nabble.com.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to