随笔分类 - 数据库
摘要:查询表的SQLselect table_name tableName, engine, table_comment tableComment, create_time createTime from information_schema.tables where table_schema IN( '
阅读全文
摘要:mysql中find_in_set()函数的使用及in()用法详解 - 服务器之家 (zzvips.com) clickhouse 字符串函数_Lara1111的博客-CSDN博客_clickhouse 字符串
阅读全文
摘要:1:以字段开头模糊查询的like的方法查询 select * from t where t.user_code like 'A%' 2:以字段开头模糊查询的left(字段,长度)的方法查询 select * from t where left(t.user_code, 1)='A'; 3:字符间隔查
阅读全文