gpt4 book ai didi

mysql - 在 MySql 查询中检查 NULL 值的最佳方法

转载 作者:可可西里 更新时间:2023-11-01 07:10:58 24 4
gpt4 key购买 nike

任何人都可以让我知道在 mysql 查询中使用 IF 语句来显示“电子邮件”字段是否为 NULL 那么它应该显示为“无电子邮件”的最佳方法...

Postcode    Telephone             Email
----------------------------------------------------------
BS20 0QN 1275373088 no email
BS20 0QN 1275373088 no email
PO9 4HG 023 92474208 prabhu1@vacmedia.com
SO43 7DS 07801 715200 test@vacmedia.com
----------------------------------------------------------

最佳答案

使用 COALESCE 函数:

COALESCE(Email, 'no email')

关于mysql - 在 MySql 查询中检查 NULL 值的最佳方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2843728/

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