Can anyone PLEASE help with the correct syntax for this sql statement?
It works fine in Access and gives the desired results but i cannot make it work with mySQL. The table is fine, i have checked field names etc...but it will not run
SELECT Count(PageUrl)AS PageCount, PageUrl as URL FROM...