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 December 29th, 2004, 04:01 AM
shruthi_pqr shruthi_pqr is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 30 shruthi_pqr User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 52 m 30 sec
Reputation Power: 5
query

i have a table call Table1 with the following data

Field Name ( Value ) with datas as follows

1

-1

2

3

-4

i want a query which display data as follows
PositiveNo Negative No
1 -1
2 -4
3

Reply With Quote
  #2  
Old December 29th, 2004, 05:51 AM
satishkumarj satishkumarj is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2004
Posts: 109 satishkumarj User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 1 h 37 m
Reputation Power: 4
Exclamation

Hi,

select 'Positive No' =
CASE WHEN Value < 0 THEN ''
Else
Value
END,
'Negative No' =
CASE WHEN Value > 0 THEN ''
Else
Value
END
from Table1
But Output is coming like this
Positive No Negative No
0 -1
2 0
3 0
0 -4
5 0

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseMicrosoft SQL Server > query


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 2 hosted by Hostway
Stay green...Green IT