79332210

Date: 2025-01-06 06:12:20
Score: 0.5
Natty:
Report link

You can make use of MySql variables as so:

select max(date_entered) into @maxdate FROM reports;
SELECT report_id, computer_id, date_entered FROM reports WHERE date_entered=@maxdate;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Chimdi