cmh Posted January 26, 2018 Posted January 26, 2018 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?
Krydos Posted January 26, 2018 Posted January 26, 2018 Try something like this select update_time from information_schema.tables where table_schema = 'cmh_database' and table_name = 'whatever';
cmh Posted January 26, 2018 Author Posted January 26, 2018 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))
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now