vsql Questions

2

Solved

Familiar question, but with Vertica. I'd like to return the top 5 geo_country rows based on sum(imps) for each tag_id. This is the query I started: SELECT tag_id, geo_country, SUM(imps) AS imps,...
Indoors asked 9/12, 2013 at 20:3

1

Solved

I am look for a command in vsql which is equivalent of \g in mysql console, because I need display the result set vertically, looking like this:
Fulmer asked 25/8, 2015 at 11:33

3

Solved

When using vsql, I would like to see how long a query took to run once it completes. For example when i run: select count(distinct key) from schema.table; I would like to see an output like: 56...
Kimbro asked 20/7, 2011 at 18:52
1

© 2022 - 2024 — McMap. All rights reserved.