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

Комментарии

Популярные сообщения из этого блога

Skipping acquire of configured file 'contrib/binary-i386/Packages' as repository … doesn't support architecture 'i386'

FillChar and StringOfChar under Delphi 10.2 for Win64 Release Target

Python Selenium - How to configure a client certificate file while initializing PhantomJS driver instance