-
Notifications
You must be signed in to change notification settings - Fork 274
Closed
@dumy
Description
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');
Expected Behavior
7 rows from the table should be displayed
Steps to reproduce
- Add SQL Server
- Write Query SELECT col1 FROM Users WHERE Id in ('8E965D1A', 'A5DCFAFD')
- and run
Environment
No response
Additional Information
No response