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

Not implemented SubQuery Exists and NotExists? #95

@fulviocanducci

Description

@fulviocanducci

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions