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
explain T-SQL query to me
Dunds Chart Series font size
CSS style sheet issue with IE8
Show Facebook friends list on website
Where do I put the brackets
mysql php array insert
Saving PPT in Microsoft office but cannot open them in Open Office
windows server 2003
Java typesafe file parser
Adding blogger feed to Facebook page - still track Google analytics?