My Software Project
Monday
MySQL note
MySQL does not have "SELECT INTO" statement. A similar statement in MySQL is "INSERT INTO"
INSERT INTO copy_table SELECT * FROM data_table;
The statement copies data from
data_table
into
copy_table
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
About Me
Chia Song Peng
View my complete profile
Labels
android
(1)
C#
(4)
C++
(1)
java
(4)
MySQL
(1)
perl
(2)
VBnet
(2)
wpf
(1)
Followers
Blog Archive
▼
2010
(16)
►
July
(4)
►
June
(4)
▼
May
(8)
Java - Invalid Number Exception
MySQL note
Java data generator
Line Graph project
Stock analysis program using Perl and MySQL
course software project II - program analysis
course software project I program analysis
Perl - random number generator
No comments:
Post a Comment