Viewing 9 posts - 1 through 9 (of 9 total)
I wasn't requesting any more help. The in works and works everytime. When I requested the help, the original query was returning an error for me every time I ran...
April 9, 2008 at 7:39 pm
I have seen it work, but I have also seen it fail. I don't know why. It was really very strange but putting the IN made it work 100% of...
April 9, 2008 at 11:33 am
It was failing every time with a message about not being able to handle multiple trues in the where clause with an OR. The where in clause works well.
April 9, 2008 at 6:17 am
I am using SQL Server 2005.
April 9, 2008 at 6:08 am
When both id's are found the code does not work. SQL Server showed an error when both conditions were true. So the code did not work if there...
April 6, 2008 at 8:59 am
Thanks Matt - the Where in clause worked perfectly! I really appreciate your help.
April 5, 2008 at 7:40 am
Thanks I am going to try the where id in (1,2,3).
April 5, 2008 at 7:32 am
I know that code doesn't have a subquery, I stated that I also tried a subquery using where exists. I have done something like this in Oracle, but never with...
April 4, 2008 at 12:52 pm
Thanks.
How about if I want to do that for multiple records in one update statement. Will I need a loop or can I use an OR?
April 4, 2008 at 12:50 pm
Viewing 9 posts - 1 through 9 (of 9 total)