gpt4 book ai didi

sql - 如何在 R 中的 sql 查询中传递函数参数?

转载 作者:行者123 更新时间:2023-12-04 01:40:48 25 4
gpt4 key购买 nike

<分区>

我在 R 中有以下函数:

dbhandle <- odbcDriverConnect('driver={SQL Server};
server=myServer;database=myDB;
trusted_connection=true')
func <- function(x){
sqlQuery(dbhandle, 'select attr from myTable where cond = x')
}

我想知道如何将 x 参数传递给 cond 属性的 where 条件。比如我要计算func(10),那么查询一定是:

select attr from myTable where cond = 10

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