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!

Search results for query: *

  • Users: woonm
  • Content: Threads
  • Order by date
  1. woonm

    About Union select

    Hi there: Thank you all for the helps! I just have another question about the use of Table name as the field of "Union select" to describe the data sources. The SQL describes as such: ------------------------------------- SELECT City, CompanyName, ContactName, "Customers&quot...
  2. woonm

    Need Help on nested query

    Hi; I am quite new to mySQL. I run a simple subquery on mySQL 3.23.54 and the statement is: ------------------------------------------------ SELECT Products.ProductName, Products.UnitPrice FROM Products WHERE Products.UnitPrice > (SELECT AVG(Products.UnitPrice) FROM Products) ORDER BY...

Part and Inventory Search

Back
Top