![]() |
A note to the MySQL beginning programmers...
Always put a space after the table name!
CREATE TABLE tablename(c1 INT); WILL NOT WORK because it thinks that the table name is "tablename(c1 INT);", not "tablename". Sorry, that's just a little problem that has been bugging me for around a month now, thought i'd share that. What WOULD work; CREATE TABLE tablename (c1 INT); You don't realize how much confusion and anger has been induced over the past month because I simply didn't realize this.. |
All times are GMT. The time now is 07:08 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|