Re: Changing a Table name

2001-01-25 Thread Boril Yonchev
ALTER TABLE $old_name RENAME $new_name Boril - Original Message - From: "Don" <[EMAIL PROTECTED]> To: "msql list" <[EMAIL PROTECTED]> Sent: Thursday, January 25, 2001 4:59 PM Subject: Changing a Table name > Hi, > > Is there a quick and simple way to change the name of a Table that i

Re: Changing a Table name

2001-01-25 Thread Mikel King
Of course there is... ALTER TABLE name RENAME newname ; Of course you can find this sort of thing in the manual of even on Quetin Smith's SQL reference site... http://comclub.dyndns.org:8081/sqlref/ Cheers, Mikel Don wrote: > Hi, > > Is there a quick and simple way to change the name of a Tab