Delete 3 characters from a string, starting in position 1, and then insert "HTML" in position 1: SELECT STUFF('SQL Tutorial', 1, 3, 'HTML');.
確定! 回上一頁