I have a PHP script that runs a SELECT query then immediately deletes the record. There are multiple machines that are pinging the same php file and fetching data from the s
You should use subquery as follows...
*Note: Always select only the fields you want... try to avoid select *... this will slow down the performance