Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Interesting Query Problem
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
01518190
Message ID:
01518205
Views:
46
>Do you have more than 1 record in the CompassQuery that has CompaignID = 140?
>Yes, there are 68 records. Some of the WHERE clauses are quite long.
>
>Why you're not using what I posted - it should have lead to the correct query.
>I split it up because the string was too long and I wanted to see if it would help.

Ok, try with the fix from the previous message (just one where condition).

For multiple where conditions one possibility is to introduce them all with OR and (), another, which I posted originally, is to do UNION ALL query.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform