What is the right way to write this query? – Phpmyadmin
I have a query that is not returning all the results it should. I'm using Laravel, but the result is the same if I write the query directly in PHPMyAdmin: clientpages::selectRaw('page as value, COUNT(ID) as `count`') ->where('page', 'like', '%blog%') ->orWhere('page',…