sql—select*from table和select count(*)from table中的行数之间的差异?

tzdcorbm  于 2021-07-26  发布在  Java
关注(0)|答案(0)|浏览(211)

当我给出 Select * from Tablename ,编号记录显示70079。如果我给你 Select count(*) from Tablename 数到70090。有什么问题吗?

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题