Microsoft
Software
Hardware
Network
Question : Need to use LIKE with 30 identifiers in SQL Server
I need to produce results that capture all the data for account and sub-account for 30 diffent accounts. That is, I have 30 account numbers, but they could also be 123456-INT, 123456BIT, 123456SMALL, etc. Is there a ay in SQL T-SQL to loop through a LIKE function for all 30 different accounts and capture the main account as well as sub-accounts?
Answer : Need to use LIKE with 30 identifiers in SQL Server
You can modify last line like this:
LEFT( appl_report_id, 6 ) IN('510577','608970','6224
19', .... )
Random Solutions
Microsoft Exchange Outlook Anywhere SSL Issue
Terminal server 2008 R2 Pinned Taskbar Links
Automatically Adding Text to Cells
Registry, Winlogon, KEY_WOW64_64KEY errors
Help using .delay
How to stablish a proper setup in MS Outlook 2003 encrypting mails
Exchange 2010 Mailbox Role Installation Error
MS BI sample project
Looking for a Image/Click rotator for products
N00b trying to understand part of this CF page...