Mine
public text v1 · immutableQuery:
SELECT COUNT(*) FROM `Blogs` INNER JOIN `Profiles` ON `Blogs`.`OwnerID` = `Profiles`.`ID`
Mysql error:
Unknown column 'Blogs.OwnerID' in 'on clause'Query:
SELECT COUNT(*) FROM `Blogs` INNER JOIN `Profiles` ON `Blogs`.`OwnerID` = `Profiles`.`ID`
Mysql error:
Unknown column 'Blogs.OwnerID' in 'on clause'