Search
 
SCRIPT & CODE EXAMPLE
 

SQL

modify xml in sql server

UPDATE user_details
SET xml_data = REPLACE(CAST(xml_data AS NVARCHAR(MAX)), '<fname>Jo</fname>', '<fname>Josef</fname>')
WHERE user_id = 1
Comment

PREVIOUS NEXT
Code Example
Sql :: select from another database 
Sql :: delete hangfire retries list 
Sql :: plsql function that return a table 
Sql :: oracle list subpartitions 
Sql :: pagination with row_number 
Sql :: mysql page segment 
Sql :: numeric in sql 
Sql :: sql change date time from SGT to GMT 
Sql :: ms sql convert hijri to gregorian 
Sql :: Insert into ... values ( SELECT ... FROM ... ) 
Sql :: mysql could not fetch tables 
Sql :: How to pass list as parameter in SQL query 
Sql :: many to many getting data mysql 
Sql :: get all employees if name ends with in sql 
Sql :: sql interview query questions 
Sql :: convert sqlalchemy.util._collections to list of string 
Sql :: sql get frist of month 
Sql :: get created time of database psql 8 
Sql :: get who is hired in january in sql 
Sql :: group by join columns per table 
Sql :: mysql portable 
Sql :: Mysql Install Ubuntu with native password 
Sql :: Which MySQL statement is used to delete data from a database 
Sql :: transaction and commit trong sql server 
Sql :: oracle sql , set operators 
Sql :: mysql datenbank anzahl anzeigen 
Sql :: mysql vs sql server performance benchmark 
Sql :: select distinct records in sql with maximum time desc 
Sql :: edit shchima table in sql 
Sql :: find class =5 from list 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =