Answers for "multiple table update in mysql"

SQL
0

mysql update one table from another table multiple columns

update  tabe2 set subject_id = (SELECT GROUP_CONCAT(sub_id SEPARATOR ', ') as sub_id FROM tabe1)
Posted by: Guest on April-05-2021

Code answers related to "multiple table update in mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language