本文介绍了如何检查表是否为空?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
我想检查表是否为空?
在我的表中(即测试)有没有记录和id是主键和自动增量列。
i用来查找从测试中选择计数(id)
它给出1。
另外使用别人查询但只能得到答案1
怎么找?
Hi Guys,
I want to check if a table is empty or not?
In my table (i.e test) have no records and id is a primary key as well as auto increment column.
i have using to find this "select count(id) from test"
It gives 1 .
ALso using others query but only get answer 1
how do find ?
推荐答案
展开 | 选择 | Wrap | 行号
展开 | 选择 | Wrap | 行号
这篇关于如何检查表是否为空?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!