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

0
W trakcie analizy

Change billing email on account

jfutch 7 lat temu Ostatnio zmodyfikowane przez davehk 7 lat temu 2

There is no way to change the billing email address on the account. How would I go about changing it?

0
Ukończony

how to make a tabel with a arraylist?

Mahnaz Karimi 7 lat temu Ostatnio zmodyfikowane przez Adam Mościcki 7 lat temu 2
Odpowiedź
Adam Mościcki 7 lat temu

Hello,


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



Best regards,
Adam Mościcki

0

how to writte in a table

Hiren Patel 7 lat temu 0
0
Ukończony

HOW TO RUN A SCRPT

Raviteja Nukaraju 7 lat temu Ostatnio zmodyfikowane przez Rafał Strzaliński (Senior Engineer) 7 lat temu 1
0
To nie jest błąd

view columns not updating

George Bassili 7 lat temu Ostatnio zmodyfikowane przez Rafał Strzaliński (Senior Engineer) 7 lat temu 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

​Please put me through!

ADEWALE SMITH ADELEKE 7 lat temu 0

Please put me through!  i find it confusing to follow the video screen step by step  "design your database online new " video with "try it now for free" . In the video after introduction click try it now free and next page " create new model" but not like that in the real "try it now for free" in the www.vertabelo.com Pls is there any other round to follow the video just the way it appears on screen.Thanks

0
Z odpowiedzią

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

William Bell 7 lat temu Ostatnio zmodyfikowane przez Mariusz Zakrzewski 7 lat temu 2

This page is totally empty for us!!


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


0
Naprawione

Document page is empty

William Bell 7 lat temu Ostatnio zmodyfikowane przez Mariusz Zakrzewski 7 lat temu 3
0
Odrzucone

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 lat temu Ostatnio zmodyfikowane przez Rafał Strzaliński (Senior Engineer) 7 lat temu 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
Odrzucone

Are there any plans to support Hive?

Mark Champion 8 lat temu Ostatnio zmodyfikowane przez Ricardo Gaspar 7 lat temu 2

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