BrianM Posted April 18, 2008 Share Posted April 18, 2008 I've tried naming a table with numbers in it and it wont seem to work... is my SQL installation broken or is this just how the program defaults, and is there a way to use numbers in MySQL table names? Link to comment https://forums.phpfreaks.com/topic/101784-naming-a-mysql-table-with-numbers/ Share on other sites More sharing options...
dptr1988 Posted April 18, 2008 Share Posted April 18, 2008 If the table name consists solely of digits you must enclose the table name in quotes. Read more about MySQL indentifiers at http://dev.mysql.com/doc/refman/5.0/en/identifiers.html Link to comment https://forums.phpfreaks.com/topic/101784-naming-a-mysql-table-with-numbers/#findComment-520772 Share on other sites More sharing options...
Barand Posted April 18, 2008 Share Posted April 18, 2008 DON'T double post Link to comment https://forums.phpfreaks.com/topic/101784-naming-a-mysql-table-with-numbers/#findComment-520793 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.