拿字段数据直接查询别张表并转出对应
Posted petewell
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了拿字段数据直接查询别张表并转出对应相关的知识,希望对你有一定的参考价值。
摘要:拿字段数据直接查询别张表并转出对应
SELECT TimesId ,ParliamentName ,ParliamentSequence , ?
ParliamentType =?
(
?select CodeValue?
?from SystemCode?
?where Code = ParliamentType and CodeIndex= ‘PType‘
)?
,StartDate ,EndDate ,UseStatus, AssignDate ,CreatedUserId ,CreatedUserName ,CreatedDate
,ModifiedUserId ,ModifiedUserName ,ModifiedDate
FROM COMTimes
这样查询?ParliamentType?会被取代成子查询结果。
以上是关于拿字段数据直接查询别张表并转出对应的主要内容,如果未能解决你的问题,请参考以下文章
sql查询的一个字段是另一张表的数量,怎么把查询到的数量直接在下一个字段使用