Forum: MS SQL Apr 16th, 2007 |
| Replies: 12 Views: 16,864 |
Forum: MS SQL Apr 9th, 2007 |
| Replies: 1 Views: 2,594 Re: inser into (SQL Server 2000) Hi,
You can use the below syntax:
insert into ... select
The exact sql is as follows:
insert into exam (e_score, l_name, s_id)
select e_score, l_name, s_id from assignment |
Forum: MS SQL May 10th, 2006 |
| Replies: 4 Views: 11,626 Re: In-line If-Else Block? Hi,
I hope the below script may help you.
WHERE
CASE
WHEN Code LIKE 'A%' THEN OrderNumber
ELSE 10
END = 20 |
Forum: MS SQL May 10th, 2006 |
| Replies: 3 Views: 1,383 Re: SQL Resources? Hi,
I can recommend the below sites,
http://www.sqlteam.com
http://www.sql-server-performance.com
http://www.sqlservercentral.com
And my own site :) http://www.kodyaz.com |
Forum: RSS, Web Services and SOAP Aug 16th, 2005 |
| Replies: 2 Views: 4,656 |
Forum: MS SQL Aug 16th, 2005 |
| Replies: 10 Views: 8,501 |