Jonvy

导航

2022年10月19日 #

Postgres函数使用

摘要: 1.length, char_length函数计算字符串个数 用法: length(字段名) 如: 查找t_stocpf中客户条码的长度 select char_length(stocpf_no_cli),stocpf_no_cli from t_stocpf where datemodif='20 阅读全文

posted @ 2022-10-19 16:01 不亮 阅读(41) 评论(0) 推荐(0)