skip to main
|
skip to sidebar
mySQL with Ken C
Friday, February 20, 2009
SQL tip difference b/w `` and ''
`` ''
looks similar but is obviouly different
INSERT INTO `countries` (`country_code` , `country_name` ) VALUES ('zh','China');
remember to use ` before values
use' ' after values
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
▼
2009
(2)
▼
February
(2)
SQL command
SQL tip difference b/w `` and ''
No comments:
Post a Comment