As是将请求的结果以别名方式命名。 示例select count(*) as countRow from test; select c1 as testC from test where c1 = '2';