Microsoft SQL Server
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseMicrosoft SQL Server

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old January 19th, 2004, 10:52 AM
kawade kawade is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Location: Little Rock, AR
Posts: 38 kawade User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 38 m 18 sec
Reputation Power: 5
SELECT, IN statement

Can someone tell me how to use a variable with the IN statement?

This works:

declare @emp [varchar](20),
@per [varchar](6),
@seq [varchar](30)

set @emp='025390'
set @per='200401'
set @seq='84'

Select Employee, RegHrs, OvtHrs, RegPay, OvtPay into #tmppd from EMPayrollDetail
where Employee = @emp AND
Period = @per AND
PostSeq = @seq



When I try and use the IN statement I get a syntax error:
declare @emp [varchar](20),
@per [varchar](6),
@seq [varchar](30)
set @emp='025390'
set @per='200401'
set @seq='84,92,98,99'

Select Employee, RegHrs, OvtHrs, RegPay, OvtPay into #tmppd from EMPayrollDetail
where Employee = @emp AND
Period = @per AND
PostSeq IN @seq

I've tried to make @seq ('84','92','98','99')
but it doesn't like that either.

Can I use a variable with the IN statement?
Help

Reply With Quote
  #2  
Old January 20th, 2004, 09:53 PM
dcarva's Avatar
dcarva dcarva is offline
Contributing User
ASP Free Novice (500 - 999 posts)
 
Join Date: Jan 2003
Location: USA
Posts: 633 dcarva User rank is Lance Corporal (50 - 100 Reputation Level)dcarva User rank is Lance Corporal (50 - 100 Reputation Level)dcarva User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 9 h 18 m 20 sec
Reputation Power: 6
You need to put parenthesis around the variable. Ex:

PostSeq IN ( @seq )

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseMicrosoft SQL Server > SELECT, IN statement


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 6 hosted by Hostway