SQL When语句问题 [英] SQL When Statement question

查看:67
本文介绍了SQL When语句问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道以下引号中的"A"是什么意思...

I want to know what the ''A'' means in the following quote...

SET value =
  CASE
    WHEN (dbo.persons(ID, Name, Phone,'A') IS NULL) THEN value

推荐答案

您的示例中没有什么可以解释"A"的含义是. persons 带有四个参数,第四个是char.至于"A"的含义,请参见代码或任何注释以理解它.
There is very nothing in your example that can explain what ''A'' is. persons takes four parameter and the fourth one is char. As to the meaning of ''A'' see the code or any comment to understand it.


这篇关于SQL When语句问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆