select count(1) from user_col_comments where table_name = upper( 'zhwx_bussinessmanage');
字段个数(多少列)
最新推荐文章于 2025-03-01 09:57:06 发布
本文介绍了一个使用SQL进行计数查询的例子,具体为通过upper函数标准化表名后,统计user_col_comments表中特定表名的记录数。
1315

被折叠的 条评论
为什么被折叠?



