0
点赞
收藏
分享

微信扫一扫

统计记录总数的语句

桑二小姐 2022-07-27 阅读 34


方法一:

sqlt="select COUNT(*) as tt from  worktime   " 
set rst=conn.execute(sqlt)
text=rst("tt")


方法二:

<%= rsf.recordcount %>

举报

相关推荐

0 条评论