Skip to content

support sublink #99

@fzhedu

Description

@fzhedu

according to pg, sublink means the subquery that doesn't occur in from clause, for example: select a from TB where c> (select max(d) from TB1);
eg:

  1. where ATTRIBUTE >,=, <,>=,<=,!= SUBLINK
  2. where ATTRIBUTE in SUBLINK
  3. where ATTRIBUTE exist SUBLINK

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions