SQL replace 批次 update 某一個欄位

SQL replace 批次 update 某一個欄位

 update  [twstock] set  chDate =   REPLACE(chDate,'/','') 

twstock =  表格名稱

chDate = 欄位名稱

replace 參考來源

https://www.1keydata.com/tw/sql/sql-replace.html

以上文章僅用紀錄資料使用.....