gpt4 book ai didi

mysql - 在没有条件的情况下,如何使查询不返回任何内容?

转载 作者:行者123 更新时间:2023-11-29 14:15:02 24 4
gpt4 key购买 nike

Possible Duplicate:
How do I make a query return nothing when there are no conditions?

如果我有一个查询,当它没有提供任何 WHERE 子句信息时,我不希望返回任何结果。

简单来说,如何使查询变得非贪婪?

最佳答案

我认为这对你有用:

SELECT *
FROM Table
WHERE 1=0
OR (some other criteria)

关于mysql - 在没有条件的情况下,如何使查询不返回任何内容?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12824145/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com