Golang SQL会话变量

时间:2019-07-11 09:23:31

标签: go sqlx

我正在处理的代码正在使用类似的东西。

tx.ExecContext(ctx, `set @value = (select id from sometable where name = ?)`, name)

在查询中的其他地方使用它之前,我需要获取该@value。我正在浏览文档,但在软件包中的任何地方都看不到这种功能。

我该怎么做?

非常感谢您。

0 个答案:

没有答案