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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.