In MySQL the set of characters “\n” represents the linefeed character. Carriage return is represented by the “\r”. mysql> update enter set string = replace( ...
確定! 回上一頁