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
Ajax, Jquery, YQL trying to call .net webservice
code check
Import graphics into MySQL
SQl update statement
Quicktime Movie not visible in some browsers?
Check numbers in string
Dreamweaver - error creating new site
mailto hyperlink with multiple links on multiple lines
How to convert First Function from MS Acess to T-SQL
If I don't fill in all text fields, then the ones I left blank insert as empty records