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
Correction of texts II
Error 94, Invalid use of Null Fiels
Blocking the Escape key.
classes within classes?
setting mouse essped delphi 7
DCDiag /test:DNS failure
How to sumarize RAM (memory) used by process?
how to scan for text in a row and then hide that column
can u tell me any gujarati paying guest in pune ??
Is There Any Advantage to Having 2 Separate Windows-Based PCs "Connected" to Each Other?