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 Chriss Miller 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 SQLBeginer

  1. SQLBeginer

    Skiping empty columns

    I have the following table: ID ITEM1 ITEM2 ITEM3 ITEM4 1 222 333 2 111 333 3 111 444 I need to create another table to be something like this: ID ITEM1 ITEM2 1 222 333 2 111 333 3 111 444 How can I do this? Please...
  2. SQLBeginer

    Skiping empty columns

    I have the following table: ID ITEM1 ITEM2 ITEM3 ITEM4 1 222 333 2 111 333 3 111 444 I need to create another table to be something like this: ID ITEM1 ITEM2 1 222 333 2 111 333 3 111 444...

Part and Inventory Search

Back
Top