Code Snippets
Wednesday, October 29, 2008
SQL: Insert from another table
INSERT INTO
Table1
(
a
,
b
)
SELECT
c
, d
FROM Table2
WHERE
c = 'something'
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment