Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
davemere
Starting Member
4 Posts |
Posted - 2007-11-08 : 11:29:09
|
| Hi there,I'm trying to recreate a MS-SQL database in MySQL. One particular table has a column names "Precision", a reserved word in MySQL. I woudl really prefer to keep this name if possible as it will be referenced in all sorts of places. I've tried single and double quotes, that didn't work.Is it possible to use reserveds word as column names? How?cheers |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2007-11-08 : 11:30:55
|
[reserve word] this works on MS-SQL, not so sure about MySQL KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
pootle_flump
1064 Posts |
Posted - 2007-11-08 : 11:40:58
|
| Better posted here or another MySQL site:http://www.dbforums.com/forumdisplay.php?f=5 |
 |
|
|
jezemine
Master Smack Fu Yak Hacker
2886 Posts |
Posted - 2007-11-08 : 11:49:06
|
mysql uses perverse `backticks` iirc. elsasoft.org |
 |
|
|
davemere
Starting Member
4 Posts |
Posted - 2007-11-08 : 11:54:31
|
Cheers now. [] sadly did not work. Perhaps those mofos at dbForum can crack this nut. |
 |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2007-11-09 : 01:07:48
|
quote: Originally posted by jezemine mysql uses perverse `backticks` iirc. elsasoft.org
so as single and double quotes though I am note sure if that works for all settingsMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|