DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR SQL
mysql clone table with data and add attribute
CREATE TABLE newtable LIKE oldtable; INSERT INTO newtable SELECT * FROM oldtable;
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#mysql
#clone
#table
#data
#add
#attribute
ADD COMMENT
Topic
COMMENT
Name
1+2 =
Submit