gpt4 book ai didi

mysql - 使用 mysql 在每个条件下选择唯一表

转载 作者:行者123 更新时间:2023-11-30 22:30:39 25 4
gpt4 key购买 nike

大家好,感谢你们在传播知识方面的辛勤工作。我面临的问题是我不知道如何在单个查询中从不同的表中进行选择。 例如:

select * 
from google if('some condition is true')
OR

from yahoo if('other condition is true')

最佳答案

根据您的要求

IF ('some condition is true') THEN
SELECT * FROM google;
ELSE
SELECT * FROM yahoo;
END IF;

关于mysql - 使用 mysql 在每个条件下选择唯一表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33972755/

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