Answers for "update multiple coloumn 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 "update multiple coloumn mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language