猿问
怎么写C#代码来存放数据库查询出的数据条数
select count (*) from table1
我在C#语言中应该怎么将查询获取到的count存放
眼眸繁星
浏览 1122
回答 2
2回答
慕侠2389804
定义变量=conn.execute("select count(*) from table1)
0
0
0
随时随地看视频
慕课网APP
相关分类
C#
typedef入门问题
1 回答
我要回答