Skip to content

Common table expressions (CTE, WITH queries) fail to execute for postgresql #386

@mildred

Description

@mildred

I'm getting errors processing a simple CTE query for postgresql

WITH a AS MATERIALIZED (SELECT 1) SELECT 2;

The MATERIALIZED is a postgresql extensions but even without it fails. In any case it should not matter.

The error is "Unable to process Query!" in the status bar and an error in red in the results pane that reads "Statement is a selection statement".

2023-11-08_11-19

I'm running the flatpak version com.github.alecaddd.sequeler 0.8.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions