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. Link to comment https://forums.phpfreaks.com/topic/120796-solved-diffrerence-between-and-in-mysql/ 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 Link to comment https://forums.phpfreaks.com/topic/120796-solved-diffrerence-between-and-in-mysql/#findComment-622669 Share on other sites More sharing options...
random1 Posted August 22, 2008 Author Share Posted August 22, 2008 Thanks That cleared it up. Link to comment https://forums.phpfreaks.com/topic/120796-solved-diffrerence-between-and-in-mysql/#findComment-622671 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.