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? Quote
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'; Quote
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)) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.