Skip to content

Support SELECTs without explicit table #2

@roblinksdata

Description

@roblinksdata

Starting with the following postgres statement:

SELECT TRUE as can_has_cheese_burger

when I convert it to the db2 dialect, I get the following:

SELECT
  1 AS can_has_cheese_burger

but I think it should be more along the lines of:

SELECT
  1 AS can_has_cheese_burger
FROM "SYSIBM".SYSDUMMY1 s

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