标签: sql
为什么有人在SQL claus中使用WHERE 1=1 AND <conditions>。 我不明白为什么有人会使用这种结构来定义视图,或者在存储过程中使用它。
WHERE 1=1 AND <conditions>
例如:
select * from user where 1=1