sql函数
-- 查询字节,字符长度
select length(orderBillId),char_length(orderBillId) from tb_order_nc_history where id = 108
1
2
2
上次更新: 2025/06/04, 15:06:15
-- 查询字节,字符长度
select length(orderBillId),char_length(orderBillId) from tb_order_nc_history where id = 108