Answer the question
In order to leave comments, you need to log in
How to insert a value into the database at a specific id?
I have ID and AVATARKA columns.
How to insert AVATARKA path only for ID with value '213?'
Answer the question
In order to leave comments, you need to log in
UPDATE `table` SET `AVATARKA` = '...' WHERE `table`.`id` = 213;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question