Skip to content

[Bug]: I can't select with condition "IN" in MSSQL #164

@dumy

Description

@dumy

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

when I make the selection, it does not display the data. When I take the string in management studio work this query
SELECT * FROM Users WHERE Id in ('8E965D1A-8EB8-43CA-B2C6-5E81946B4BC8', '14CC7614-FFFC-4DC0-9669-57E84BCBC522', 'CB32D41B-3FCC-4DD6-B546-B2477AC001C3', 'A5DCFAFD-3C 69-4CD8 -9840-E4C3D86D03F1', '8E3D5C2D-F5EB-4C54-88CE-64C98EBBB6D2', '4C7AF14B-83E5-4B72-B5C4-0C50743F6AF8', '3F534757-713E-4907-B09B-345D0 B4ED8DA');

image

Expected Behavior

7 rows from the table should be displayed

Steps to reproduce

  1. Add SQL Server
  2. Write Query SELECT col1 FROM Users WHERE Id in ('8E965D1A', 'A5DCFAFD')
  3. and run

Environment

No response

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't workingNeeds triageNeeds to be reviewed by core team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions