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
Setting up MPIO for CSV on Failover clustering
printer not listing properly in windows 2008 r2
Where to download AIX base filesets
Use of Excel Macro in MS Access 2000
Flex Panel with icon
Why Not able to read excel file in the Web application running on Windows7/Office2010?
Negate of existing String inside of RegEx
VLAN 2 on 3Com 5500 with fiber SFP causes problems on default VLAN 1
Select DISTINCT Question
Using WinRAR on the command line