gpt4 book ai didi

c# - 将带有子查询的sql查询转换为linq语句

转载 作者:太空宇宙 更新时间:2023-11-03 21:51:28 26 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
how to do subquery in LINQ

我有一个 SQL Server 2008 查询:

select 
account_hcc_id, account_name
from
[ACCOUNT_HISTORY_FACT]
where
TOP_ACCOUNT_KEY = (select TOP 1 TOP_ACCOUNT_KEY
from ACCOUNT_HISTORY_FACT
where account_hcc_id = '3362')
and ACCOUNT_LEVEL = 1;

我需要将其转换为 C# linq 语句。请让我知道我该怎么做。

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