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 Shaun E 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: *

  1. sellappan

    SQL help!!!!

    Same result can be achieved using UNION query as well. SELECT key_text, col_A AS col_D FROM Test UNION SELECT key_text, col_B FROM Test UNION SELECT key_text, col_C FROM Test Execution of above query will result in following result. key_text col_A ----------- ----- 111...

Part and Inventory Search

Back
Top