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
Batch file to modify a text files
cross domain javascript
jQuery ajax update multiple fields
From where I can download HP Smartstart version 8.40
SBS2008 GoDaddy as SmartHost for email.
Why centos live cd so slow, and can not mount local HDD?
Windows 7 best practices for VMware view
Outlook 2007 and Microsoft Office Online
Stupid mistake of Installing UBUNTU - Now "GRUB: No Such Disk"
Controlling main application threads from within an instance of a class