ac senthilkumar's blog
________________________________________________________________________________________
Tuesday, December 15, 2009
Selective insert from existing table
To insert entire fields,
INSERT
INTO
emp_new
SELECT
*
FROM
emp_old
To insert selective fields,
INSERT
INTO
emp_new (eno, age)
SELECT
eno,
age
FROM
emp_old
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
Download cached flash videos of Firefox and Chrome in Linux(Ubuntu)
quicktime demuxer not found in Ubuntu 11.10
PHP-Java bridge drawbacks
Err: Call to a member function get_cellmap() on a non-object by sfDomPDFPlugin in Symfony
Ubuntu upgrading - mount /tmp as noexec error
Importing of VCF contacts into Android Phones
Internet Images
Save entire console session actions into a file in Linux
Err: Major problems have been detected and must be fixed before continuing while installing Symfony 2
Override the 'Maximum post viewed' error in indianidiots.com
No comments:
Post a Comment