Skip to content

mssql: a result set was generated for update #162

Description

@whudwl

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions