How to get the last date and user accessed the database? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to get the last date and user accessed the database?

i am working on a school project and stuck in getting the last accessed time along the user of the database. anyone help please?

25th Mar 2017, 3:30 PM
Esmatullah Sayeedy
Esmatullah Sayeedy - avatar
3 Answers
+ 1
if you want access last record in database you need to access record in desc order
2nd Apr 2017, 8:17 AM
Fatihullah Noory
Fatihullah Noory - avatar
+ 1
Do you mean order by DESC query command?
2nd Apr 2017, 8:26 AM
Esmatullah Sayeedy
Esmatullah Sayeedy - avatar
0
desc keyword
2nd Apr 2017, 8:17 AM
Fatihullah Noory
Fatihullah Noory - avatar