update t_basic_data_stock set code=replace(code ,chr(39),'')

chr(39)表示单引号;

chr(34)表示双引号;

相关文章: