Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

Update Query in SQL Server Table - NAYCode.com

-- For more tutorial, visit NAYCode.com

UPDATE table1
  SET column2 = 'Your Text', column3 = 45000
  WHERE column1=5
Source by naycode.com #
 
PREVIOUS NEXT
Tagged: #Update #Query #SQL #Server #Table
ADD COMMENT
Topic
Name
9+7 =