小问题 帮忙、、、例如:用sql 给HTIME 添加约束 用代码添加 条件是 默认值为当前日期, 要求小于等于当前日期。[解决办法]alter table tbadd constraint con_date check(date<=getdate())