Viewing 6 posts - 16 through 21 (of 21 total)
I got rid of the error message by changing LIKE to IN and added BEGIN END statements to my RAISERROR messages. I am still having trouble returning zip codes outside...
July 22, 2008 at 8:41 am
GSquared,
I did not take offense to what you said. No hard feelings on my end. And yeah I rather learn than get hand fed answers. If I wanted to do...
July 11, 2008 at 9:49 am
GSquared,
Thanks for the pointers. I did not think of using varchar but i see why. With the tips I got from you and the other two posts I should have...
July 11, 2008 at 9:29 am
rbarryyoung,
Yeah the more i start to reconsider using IF statements the more it makes sense to use them rather than Case. I just did not want to take that route....
July 11, 2008 at 9:20 am
Atif,
IF @ipinput LIKE '%' means if value (1,22,abc,bec,c..etc) is 'anything but null' check to see if that 'anything but null' value starts with a 3, 7, or 8. Once i...
July 11, 2008 at 9:14 am
Viewing 6 posts - 16 through 21 (of 21 total)