MySQL Forums
Forum List  »  Newbie

Re: Sort Not Handling Negative Numbers Correctly
Posted by: Felix Geerinckx
Date: May 18, 2005 01:11PM

Alan Northam wrote:

> That leads to the next Newbie question.

Please start a new thread when you have a new question, with the appropriate Subject.

> How do I make a copy of my table?

CREATE TABLE copy_of_foo SELECT * FROM foo;

--
felix
Please use BBCode to format your messages in this forum.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.