On 12 Jan 2011, at 9:42pm, Bruno Augusto wrote:

> SELECT `Application`, `Class`, `Method`, `RequiredParams`, `OptionalParams`
> FROM `Routes` WHERE `RequestMethod` = "GET" AND "/" LIKE `URI`

Just a note that the characters in the line I quoted above are directional 
quotes.  The character you're meant to use for SQLite is an undirectional 
quote, in other words, the ASCII apostrophe character.

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

Reply via email to