Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

how to update values in sql

//to update value

UPDATE students SET course_id = 102
WHERE last_name = 'Jones'; -> 
                 if there is no condition it will update all!
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #update #values #sql
ADD COMMENT
Topic
Name
3+6 =