MSSQL命令

来源:百度知道 编辑:UC知道 时间:2024/05/28 03:23:30
查询一张表里面有多少个password='123456'的SQL命令。

select count(*) from table_name where password='123456'

参照联机帮助

http://technet.microsoft.com/zh-cn/library/ms173454(SQL.90).aspx