I\'ve come across this error in MySQL for the join clause but I\'m fairly new to the JOIN argument and I\'m not sure what this means. Can anyone help?
JOIN
Try this Code
SELECT v.* FROM `venues` AS `v` INNER JOIN `venues_meta` AS `vm` ON `vm`.`venue_id` = `v`.`id` WHERE `v`.`id` = '12'