Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

how to update an attribute in MySQL

UPDATE table_name
SET variable = 'changed field', variable = 'another changed field'
WHERE firstline_name = 1;
 
PREVIOUS NEXT
Tagged: #update #attribute #MySQL
ADD COMMENT
Topic
Name
1+8 =