Microsoft
Software
Hardware
Network
Question : SQL Select Query Against Static table
I need to build a query that selects from table B all records that match one of the customer ids on table A, which is a list of 100 customers. Table B is big - about 45k records.
I'm looking for an efficent way to build this query. Any ideas?
Answer : SQL Select Query Against Static table
Select * from TableB LEFT OUTER JOIN TableA
ON customerid.tableA = customerid.tableB
Random Solutions
how to vba programatically audit trail changes from capital to lower case alphabet letters
SQL using InStr
cisco console port
Copying graphs from Excel 2007 to word 2007 using VBA
VOIP Solution for Home Phone
array to table?
How to monitor ReadyBoost usage?
Refreshing Worksheets
How to set the datagridview column header text to a mixedCase+windows programming vb.net 2005
Barracuda Spam Filter