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!

Recent content by MetallicCloud

  1. MetallicCloud

    Multiple Queries in one Statement

    Hello, I have a simple question... Is it possible to either put the following statements into a single query, or create another query that will run all three of these... CREATE TABLE ClosedStudio( StudioID number PRIMARY KEY, Name text(30), Country text(20)); INSERT INTO ClosedStudio SELECT...

Part and Inventory Search

Back
Top