【发布时间】:2018-03-06 02:32:41
【问题描述】:
我在sqitch db schema management tool中遇到了一个SQL查询,如下:
BEGIN;
select subject , comment , timestamp
from tutorial.video
where false;
ROLLBACK;
上面的查询是验证策略的一部分; where false; 在上述查询中的解释或应用是什么?
【问题讨论】:
标签: sql database database-migration rdbms sqitch