Your feedback is highly appreciated! Let's make Vertabelo even better.

0
Færdig

how to execute a query

Jaydeep Bhalala 7 år siden opdateret af Mariusz Zakrzewski 7 år siden 2
0
Færdig

Postgresql 10 Partitioning

Raymond Roelands 7 år siden opdateret af Mariusz Zakrzewski 7 år siden 2

Postgresql 10 Partitioning feature and table inheritance should be added to be able to store all models in Vertabelo 

0
Besvaret

import sql

Jeff Byers 10 år siden opdateret af anonymous 7 år siden 5

I get this no matter what sql i upload and try to import



  • WARNING: Tokens were found at line 1, column 1 that do not belong to a registered statement. Check your DDL for completeness.[ USE [ SQL2005_268100_omybs ] GO]

0
Færdig

how to make a tabel with a arraylist?

Mahnaz Karimi 7 år siden opdateret af Adam Mościcki 7 år siden 2
Svar
Adam Mościcki 7 år siden

Hello,


Fill the column type field with an array type, i.e. int[]:



Best regards,
Adam Mościcki

0
Færdig

HOW TO RUN A SCRPT

Raviteja Nukaraju 7 år siden opdateret af Rafał Strzaliński (Senior Engineer) 7 år siden 1
0
Ikke en bug

view columns not updating

George Bassili 7 år siden opdateret af Rafał Strzaliński (Senior Engineer) 7 år siden 1

Hi 

I do a select * on my view and then pick UPDATE COLUMNS

then i go to the list of columns and delete some and change order

but when i generate the SQL it still shows select * rather than my curated column list.

Regards

George B

0
Besvaret

https://my.vertabelo.com/company-account/documents not working

William Bell 7 år siden opdateret af Mariusz Zakrzewski 7 år siden 2

This page is totally empty for us!!


https://my.vertabelo.com/company-account/documents


0
Fast

Document page is empty

William Bell 7 år siden opdateret af Mariusz Zakrzewski 7 år siden 3
0
Afvist

I am not sure why my crosstab is not running but giving me the error message I am getting Line 2 (FROM) systax error, SELECT employee_id, ship_country, freight from orders ORDER BY 1,2 FROM crosstab('select employee_id, ship_country, SUM(freight) from ord

Boat 7 år siden opdateret af Rafał Strzaliński (Senior Engineer) 7 år siden 1

SELECT employee_id, ship_country, freight from orders ORDER BY 1,2
FROM crosstab('select employee_id, ship_country, SUM(freight) from orders ORDER by 1,2')
    AS final_result(employee_id SMALLINT, Austria VARCHAR, Finland VARCHAR, Italy VARCHAR, France VARCHAR, Germany VARCHAR, Brazil VARCHAR, Belgium VARCHAR, Switzerland VARCHAR);

+1
Afvist

Are there any plans to support Hive?

Mark Champion 8 år siden opdateret af Ricardo Gaspar 7 år siden 2

Given the emergence of Hadoop, are there any plans to add Hive as a source?

Kundesupport af UserEcho