Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

updating 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 naycode.com #
 
PREVIOUS NEXT
Tagged: #updating #values #sql
ADD COMMENT
Topic
Name
4+2 =