Microsoft SQL Server
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesMicrosoft SQL Server

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old September 12th, 2002, 05:23 AM
tiago251 tiago251 is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Posts: 1 tiago251 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question get UNION and MAKE-TABLE to work together

Hi people!

I'm trying to put the result of the following request:

SELECT 'JR' AS EMPLOYEE
,SUBJECT
FROM JOEL
UNION
SELECT 'JC' AS EMPLOYEE
,SUBJECT
FROM JOACHIM;

Into a new table, but always getting many errors...if it is possible to do that, where should I put the "into TABLENAME" statement?

Thanks for your answers!
Tiago

Reply With Quote
  #2  
Old June 17th, 2003, 12:08 AM
numbernine numbernine is offline
Up To His Eyes In Ads
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2002
Location: Chicago
Posts: 160 numbernine User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 m 25 sec
Reputation Power: 7
What errors are you getting?

The "INTO TABLE" would come after "SUBJECT" before "FROM JOEL"

Alternativately you could do:

Code:
INSERT INTO myTable(EMPLOYEE, SUBJECT)
SELECT 'JR' AS EMPLOYEE,SUBJECT FROM JOEL 
UNION 
SELECT 'JC' AS EMPLOYEE ,SUBJECT FROM JOACHIM

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesMicrosoft SQL Server > get UNION and MAKE-TABLE to work together


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT