Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Not implemented SubQuery Exists and NotExists? #95

Open
fulviocanducci opened this issue May 13, 2018 · 0 comments
Open

Not implemented SubQuery Exists and NotExists? #95

fulviocanducci opened this issue May 13, 2018 · 0 comments

Comments

@fulviocanducci
Copy link
Contributor

Expected Behavior

SELECT * FROM [User] AS u 
       WHERE EXISTS(SELECT * FROM [Phone] AS p WHERE [p].[UserId] = [u].[Id] )

SELECT * FROM [User] AS u 
       WHERE NOT EXISTS(SELECT * FROM [Phone] AS p WHERE [p].[UserId] = [u].[Id] )

Actual Behavior

Not implemented

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant