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: monk73
  • Content: Threads
  • Order by date
  1. monk73

    dynamic table select

    I have monthly revenue tables; with a new one created every month. SELECT * FROM sampledb.revenue_201106; SELECT * FROM sampledb.revenue_201105; SELECT * FROM sampledb.revenue_201104; I'd like to query only the last two month's tables. Is there a "smart" way to select these tables only? i.e...

Part and Inventory Search

Back
Top