Update value of field from another table field in sql Published October 8, 2021 by Abhishek Jaiswal 0 UPDATE tableB t1 INNER JOIN tableA t2 ON t1.id = t2.id SET t1.student_name = t2.student_name How to check checkbox is checked or not using jquery How to reverse value of integer or string in php? FacebookTwitterLinkedinPinterest Published in PHP