Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

URGENT PLEASE HELP

Status
Not open for further replies.

Gregsy35

Programmer
Dec 5, 2000
21
CA
if a run quite a complex query adn get a set of results
for example a set of serialnumbers how can i run a query that will only work for that set of serial numbers, in case of select from a table but only from those set of numbers
thanks guys
 
Use the query which you already have in a left join on hte serial numbers.

MichaelRed
mred@duvallgroup.com
There is never time to do it right but there is always time to do it over
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top