A AcidKiss New Member Joined Aug 5, 2002 Messages 3 Location Sydney Aug 7, 2002 #1 When you're doing a query what do you put in " " thingos? Is it only the name of the specific thing you're searching for?
When you're doing a query what do you put in " " thingos? Is it only the name of the specific thing you're searching for?
A ambartur_lui Amicus humani generis Joined Aug 2, 2002 Messages 4 Location Chatswood Aug 8, 2002 #2 Whatever is inside the inverted commas "___" is whatever you're searching for. It is your search criteria.
Whatever is inside the inverted commas "___" is whatever you're searching for. It is your search criteria.
P PiP New Member Joined Aug 7, 2002 Messages 14 Location Syd Gender Male HSC 2002 Aug 8, 2002 #3 e.g. SELECT * FROM table WHERE FieldName = "blah" something like that anyway heh
C criminal New Member Joined Aug 31, 2002 Messages 3 Aug 31, 2002 #4 the double quote (") is non-standard and should not be used. you should be using single quotes in your SQL query. eg: INSERT INTO phonebook (id, name, number) VALUES (1, 'fred', 12345678);
the double quote (") is non-standard and should not be used. you should be using single quotes in your SQL query. eg: INSERT INTO phonebook (id, name, number) VALUES (1, 'fred', 12345678);
hurrotisrobbo Cabbage Joined Jul 30, 2002 Messages 531 Location Sydney, Newtown. Gender Male HSC 2002 Sep 2, 2002 #5 Hmm... My teacher reckons double quotes, but... umm... Are there any teachers that know the _IPT_ version?
Hmm... My teacher reckons double quotes, but... umm... Are there any teachers that know the _IPT_ version?
Alex Member Joined Jul 7, 2002 Messages 371 Location Sutherland Shire Sep 2, 2002 #6 If there is one question I can guarantee to get wrong in the HSC, it's SQL. I had probably the funniest guess at the SQL statement in my trial. If you saw it you would probably all laugh at me
If there is one question I can guarantee to get wrong in the HSC, it's SQL. I had probably the funniest guess at the SQL statement in my trial. If you saw it you would probably all laugh at me