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
Javascript request querystring problem
Outook 2003 not sending on new laptop with System 7
setting mouse essped delphi 7
single user mode
Blocking the Escape key.
Weird line appears?
Astaro Firewall + Virtualbox
what difference does it brings with 32bit OS and 64bit OS
Convert a ghost image to virtuel pc
Process to perform general user administration in windows environment