Hey
I have a request:
UPDATE category
SET name = (?) , title = (?), image = (?)
WHERE id = (?)
Instead of (?) I substitute values, but sometimes they can be empty and the request is not accepted, how can I ignore this and update only the data that is not empty?
Rajanikant HawaldarPosted Jul 4, 2022, 10:30 AM
Sachin SinghPosted Jul 4, 2022, 4:57 AM
Rijwan AnsariPosted Jul 3, 2022, 11:55 PM