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 gkittelson 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: vb7
  • Order by date
  1. vb7

    Selecting all columns from A table & specific columns from B table

    hi all, I am writing simple SQL query to join 2 tables A and B. SELECT * FROM A,B WHERE A.Id=B.Id How can I select all the columns from A table and only selected ones from B table. I do not want to write all the column names since they are quite large. Is their any way to do this ? (Something...

Part and Inventory Search

Back
Top