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

    relational select query

    Hello, I want to run a query like the following... SELECT UNIX_TIMESTAMP(l.DATE), l.ACTION l.EVENT_ID, l.OPERATOR_ID, l.ORGANISER_ID FROM log l ORDER BY l.DATE DESC LIMIT 200 but I would also like to relate the operator, organiser and event ids to their own tables so I can present the name of...

Part and Inventory Search

Back
Top