Search
 
SCRIPT & CODE EXAMPLE
 

SQL

update row in mysql

Update 'tablename' SET columnname = 'value' where 'columnname' = value;
For Example(let say there is a Student Table):

Update Student SET Student_Name = "John" where Student_ID = 101;
Comment

mysql update row

UPDATE `tableName` SET `fieldName` = 'value' WHERE `fieldName` = 'value'
Comment

PREVIOUS NEXT
Code Example
::  
::  
::  
::  
::  
::  
::  
Sql ::  
::  
Sql ::  
Sql :: running percentage of total postgres 
Sql ::  
::  
::  
Javascript ::  
::  
Javascript ::  
Javascript ::  
::  
::  
::  
::  
::  
::  
::  
::  
Javascript ::  
::  
Javascript ::  
::  
ADD CONTENT
Topic
Content
Source link
Name
1+9 =