Jump to content

Recommended Posts

Posted
That is, there is a certain select query, it is necessary to determine when the last time it was found. the value fell into the sample. Of course we can
: Create a Timestamp field = on update_current_timestamp field than update any field, but the user has only the Select Privileges. Is it possible to somehow realize?
 

 

Posted

Try something like this

select update_time from information_schema.tables where table_schema = 'cmh_database' and table_name = 'whatever';
Posted
I think that I have poorly explained. I do not need the update time. I need a time when the value has got into the selection of the Select query.

In other words, I'm trying to find the "Most Viewed" Values of particular field. (or somehow sorting by Viewed (selected in query))

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...