MasterACE14 Posted October 27, 2007 Share Posted October 27, 2007 Morning Everyone, I have a quick question, when creating a MySQL table, and columns, can the column names and table name contain underscores( _ ) and forward slashes( / ) in them? and if they can, is it safe to name them with these symbols in them? is their any security risks involved? will this stuff up queries? Regards ACE Link to comment https://forums.phpfreaks.com/topic/74953-solved-quick-question-mysql-column-names-can-they-have-and-_-in-them/ Share on other sites More sharing options...
trq Posted October 27, 2007 Share Posted October 27, 2007 You can use underscors but not forward slashes. Link to comment https://forums.phpfreaks.com/topic/74953-solved-quick-question-mysql-column-names-can-they-have-and-_-in-them/#findComment-379006 Share on other sites More sharing options...
MasterACE14 Posted October 27, 2007 Author Share Posted October 27, 2007 ok, thanks mate Link to comment https://forums.phpfreaks.com/topic/74953-solved-quick-question-mysql-column-names-can-they-have-and-_-in-them/#findComment-379012 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.