-------- Forwarded Message -------- From: Dale Mellor <[email protected]> To: [email protected] Subject: Bug? Confused data entry with column name Date: Wed, 28 Nov 2018 05:42:16 +0000
> > > > > > > > > > THIS SCRIPT
>
> create table test (id varchar, description varchar);
> insert into test (id, description) values ("Description", "Duh");
> insert into test (id, description) values ("Daft", "Daft");
> select rowid, * from test where id="Description";
Okay, single quotes/double quotes, my mistake. I just read the SQL
standard. Please ignore my previous posting.
Sorry,
Dale
signature.asc
Description: This is a digitally signed message part
_______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

