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
quicktime demuxer not found in Ubuntu 11.10
Err: Call to a member function get_cellmap() on a non-object by sfDomPDFPlugin in Symfony
Download cached flash videos of Firefox and Chrome in Linux(Ubuntu)
Err: Unlock Login Keyring in Ubuntu 11.10 problem
Installing of Windows7 using USB / Pen drive like Linux
Err: The specified CGI application misbehaved by not returning a complete set of HTTP headers ...
Bulk Convert Office Documents into PDF using unoconv
Use of one cell value as a comment in another
Ubuntu upgrading - mount /tmp as noexec error
Installing PostgreSQL from source in Linux
No comments:
Post a Comment