English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a hyphen in both the database name (site-usersite) and the table name (site-users) and am running into errors after looking through my code a lot. Is the hyphen messing it up?

2006-06-10 10:20:36 · 1 answers · asked by Where's The Brain 3 in Computers & Internet Internet

1 answers

Its not a great idea to use hyphens as table names because in SQL, hyphens are usually used as a remark and to comment out an SQL command.

I would just use the _ underscore since its the conventional spacing character for table names.

2006-06-10 11:09:58 · answer #1 · answered by Sean I.T ? 7 · 9 0

fedest.com, questions and answers