We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repro:
CREATE TABLE FirstTable (name nvarchar(50)) INSERT INTO FirstTable values ('Albert') INSERT INTO FirstTable values ('Benjamin') CREATE TABLE SecondTable (name nvarchar(50)) INSERT INTO SecondTable values ('Benjamin') INSERT INTO SecondTable values ('Charlie')
SELECT * FROM FirstTable SELECT * FROM SecondTable
name
Expected:
Reality:
The text was updated successfully, but these errors were encountered:
cssuh
No branches or pull requests
Repro:
name
column of the first result setExpected:
Reality:
name
column is filtered in both result sets20241216-2125-54.5891116.mp4
The text was updated successfully, but these errors were encountered: