random1 Posted August 22, 2008 Share Posted August 22, 2008 What's the difference between ` and ' in MySQL? e.g. SELECT * FROM table1 WHERE name = 'a name' e.g. SELECT * from `table1` WHERE name = 'a name' I know that '' says handle this info as a string but what does ` denote? These appear mostly when using phpmyadmin. Quote Link to comment Share on other sites More sharing options...
toplay Posted August 22, 2008 Share Posted August 22, 2008 Read: http://dev.mysql.com/doc/refman/5.0/en/identifiers.html Quote Link to comment Share on other sites More sharing options...
random1 Posted August 22, 2008 Author Share Posted August 22, 2008 Thanks That cleared it up. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.