Skip to content

Tag: mysql

What is the php equivalent of @row:=@row+1

I have a MySQL statement that works successfully within the SQL database playground. It queries and returns every 10th row in my location_values table irrespective of any gaps in the ID’s. It looks …