摘要: 阅读全文
posted @ 2019-04-10 17:18 Peter.Jones 阅读(335) 评论(0) 推荐(0)
摘要: #去除回车符号/r/n UPDATE t_week_power_line_loss SET `line_loss_rate` = REPLACE( REPLACE( `line_loss_rate` , CHAR( 10 ) , '' ) , CHAR( 13 ) , '' ) ; UPDATE t_power_site SET `site_name` = REPLACE( REPLACE( `... 阅读全文
posted @ 2019-04-10 14:36 Peter.Jones 阅读(1557) 评论(0) 推荐(1)