ejc-sql icon indicating copy to clipboard operation
ejc-sql copied to clipboard

mssql: a result set was generated for update

Open whudwl opened this issue 4 years ago • 0 comments

When executing this snippet:

#+begin_src sql
declare @test varchar(100)
set @test = 'abc'
select @test 
#+end_src

I get this error:

#+RESULTS:
: Error: A result set was generated for update.

I'm using SQL Server. How should I execute this kind of scripts?

whudwl avatar Dec 15 '21 03:12 whudwl