想要在一个id前都加个0,如果处理呢?
mysql concat的使用
update `a_data` set id=CONCAT('0', id) where data_packet_id in (2774, 2775, 2776);