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 strongm 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: TTach
  • Order by date
  1. TTach

    Array of Row Values

    I have created the following SQL statement to find the Lowest Published price from several price books for a group of products. select distinct prc.prod_id, prc.prod_prce from table1 prc, table2 prod where (prc.prod_id=prod.prod_id) and prod.div='X' and prc.prod_price_eff_date >= {d...

Part and Inventory Search

Back
Top