📜  从订单中选择 1 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:19.950000             🧑  作者: Mango

代码示例1
select 1 from table will return the constant 1 for every row of the table. It's useful when you want to cheaply determine if record matches your where clause and/or join.