先上一张表格,慢慢看: able 1.1 ANSI Predefined Macros Macro Description __DATE__ The compilation date of the current source file. The date is a string literal of the formMmm dd yyyy. The month nameMm
表的结构如下: create table mytable( id int not null, [name] varchar(10) null) 表的记录如下: --以下是正确的统计sql语句如下: select count(id) as 行数 from mytable --统计结果为2 --以下sql语句也可执行正确的统计结果,即使有些字段在表中没有.select coun