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 gkittelson 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: kuroshivo
  • Order by date
  1. kuroshivo

    Selecting this month only

    does this work? SELECT * FROM WIDGETS WHERE (year(MADE_ON) = year(now()) AND month(MADE_ON) = month(now())-1) OR (year(MADE_ON) = year(now())-1 AND month(MADE_ON) = 12)

Part and Inventory Search

Back
Top