Skip to content
This repository has been archived by the owner on Jan 3, 2021. It is now read-only.

Queries with "with" statements don't return output #49

Closed
vladserkoff opened this issue Nov 1, 2016 · 1 comment
Closed

Queries with "with" statements don't return output #49

vladserkoff opened this issue Nov 1, 2016 · 1 comment

Comments

@vladserkoff
Copy link

vladserkoff commented Nov 1, 2016

Hi! I am on the latest version of vcli with vertica 7.2.1 and here's what happens when using "with" statements:

db=> select * from (select 'test' as test) as test;
+--------+
| test   |
|--------|
| test   |
+--------+
(1 row)
Time: 0.162s
db=> with test as (select 'test' as test) select * from test;
Time: 0.328s

Essentially the same query, differently structured, but vcli fails to return anything, while vsql and pgcli don't.

@eliangcs
Copy link
Member

Released in v0.1.2.

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

2 participants