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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: garmoska89
  • Content: Threads
  • Order by date
  1. garmoska89

    extract information on 4 table

    --select produse.model, produse.producator , produse.tip, max(pret) as pret_minim from produse, select produse.model,produse.producator,produse.tip,pret from produse, ( select model,pret from imprimante where pret=(select MAX(pret) from imprimante) union select model,pret from laptop_uri where...

Part and Inventory Search

Back
Top