sql函数
-- 查询字节,字符长度
select length(orderBillId),char_length(orderBillId) from tb_order_nc_history where id = 108
1
2
2
上次更新: 2023/05/30, 16:47:16
-- 查询字节,字符长度
select length(orderBillId),char_length(orderBillId) from tb_order_nc_history where id = 108