UPDATE tbl_booking st

JOIN tbl_country ft ON st.country = ft.country_code

SET st.country = ft.nationality;

Comments

Popular posts from this blog

How to Delete record using PHP Ajax

How to seperate character from string in php

Uploads Only 10 files in month step by step