WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'JOIN wp__class t2 ON t1.class_id = t2.class_id,
JOIN wp__mooring t3 ON t1....' at line 3]SELECT distinct t1.boat_id, t1.boatname, t1.actualsailno
FROM wp__boat t1,
JOIN wp__class t2 ON t1.class_id = t2.class_id,
JOIN wp__mooring t3 ON t1.mooring_id = t3.mooring_id,
LEFT JOIN wp__owner t4 ON t4.boat_id = t1.boat_id,
LEFT JOIN wp_users t5 ON t5.id = t4.member_id