📌  相关文章
📜  如何根据字段的字符长度过滤行 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:18.886000             🧑  作者: Mango

代码示例1
select * from table
where char_length(description) > 100