|
Hello Can any one help getting this one. I have two columns 1)date of birth 2)starsign(ex:tarus, gemini, sagittarius)like these. My question is if i enter the date of birth in the date of birth column. depending on that starsign column should be filled. can any one send me the sqlserver query for this. how can i solve it thanks
(comments are locked)
|
|
I'm not going to do all of these for you, but here is how I would basically handle that: +1 but you won't see it becuase I used up my alotment today. +1 in spirit.
Jul 14 '10 at 10:58 AM
Grant Fritchey ♦♦
Thank you Grant. We're only alloted 5 a day?
Jul 14 '10 at 11:03 AM
Mark
(comments are locked)
|


In order to do this in a query, you either need to store the dates that define the star signs, or you need to hard code them into the query. I'd suggest storing them.