Please pardon me if this is really more SQL rather than sqlite behavior.

 

If I have some thing like:

SELECT . WHERE . LIKE "String" .;

Is it going to work like:

SELECT . WHERE . = "String" .;

 

Thanks,

J. R.

 

--------------------

J. R. Westmoreland

E-mail: [email protected]

 

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to