readme.txt

来自「vb用sql语句操作数据库」· 文本 代码 · 共 18 行

TXT
18
字号
http://www.vb-helper.com/HowTo/sqlcount.zip

	Purpose
Get multiple counts from a single SQL statement.

	Method
Use the IIF SQL statement to add to a count only if the record matches the
desired criteria. Getting the counts in one query can be much faster than
getting the counts individually.

Thanks to Thomas Remkus (Thomas@exchange.Houston.us.Geac.com).

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?