mySQL WARNING!DB Error: mySQL Error on Query : SELECT b1.*, b1.status as vf_status, b1.id as vc_id, c1.city_name, s1.state_name ,co1.country_name, u1.id as captainid, CONCAT(u1.fname,' ',u1.lname) as captain_name, u1.email as captain_email, u1.mobile as captain_mobile, u1.cov_f_vaccination, u1.cov_f_vaccine, u1.cov_f_vaccine_date, u1.cov_s_vaccination, u1.cov_s_vaccine, u1.cov_s_vaccine_date
FROM add_favorite_captain as b1
LEFT JOIN users as u1 ON b1.captain_id = u1.id
LEFT JOIN ineed_country as co1 ON b1.country_id = co1.country_id
LEFT JOIN ineed_state as s1 ON b1.state_id = s1.state_id
LEFT JOIN ineed_city as c1 ON b1.city_id = c1.city_id
WHERE 1 AND b1.boat_owner_id =
More Information:
- Mysql Error : 1064
- Mysql Error no # : 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 '' at line 7
- Date : November 21, 2024, 8:31 am
- Referer: 1
- Script: /page/favorite-captain-list/