Screenshot database
prntscr.com/jcsbqoThere is such a request, but he did not choose the right value.
SELECT `ip_adreess` FROM `requests` WHERE `date_create` >= DATE_SUB(CURTIME(),INTERVAL 1 HOUR);
You need to choose `ip_adreess` in the period of the current time - 1 hour, how to do it?