what is the difference between ‘anything’ and “anything” in sqlite database?
As far i have understood, single quotes are used to denote strings while double quotes are for keywords.
But, i have used column_name="value" as where clause in a query and database accepts that query. why?
thanks..
what is the difference between ‘anything’ and anything in sqlite database? As far i
Share
from the sqlite webpage;
http://www.sqlite.org/lang_keywords.html