Update tables depending on the value of the column [on hold]
Update tables depending on the value of the column [on hold]
Tell me how to correctly make one request instead UPDATE table SET columntest WHERE column_fieldfield_1; UPDATE table SET columnhello WHERE column_fieldfield_2; UPDATE table SET columnworld WHERE column_fieldfield_3; The value in the column column should vary depending on the value in column column_field It is possible on PHP
Комментарии
Отправить комментарий