I'd think to make a new table (logs_table) and track the activity there. So the only query I'd have to run is something like:
SELECT * FROM logs_table
and I'll be ok. Is there a more efficient way of doing this?
Thanks in advance :)
I'd think to make a new table (logs_table) and track the activity there. So the only query I'd have to run is something like:
SELECT * FROM logs_table
and I'll be ok. Is there a more efficient way of doing this?
Thanks in advance :)