Search found 15 matches

by Jess.mic
Thu Apr 17, 2014 6:22 pm
Forum: Vertica SQL
Topic: Changing user password in vertica
Replies: 1
Views: 5483

Changing user password in vertica

I need to reset the password of a user in vertica. What is the sql i will use to reset the password.
by Jess.mic
Thu Apr 17, 2014 2:43 am
Forum: Vertica SQL
Topic: How to use Boolean data type
Replies: 1
Views: 8355

How to use Boolean data type

Can we use case statement on boolean datatype??

For e.g

case when COALESCE(test.Flag,'T') like 't%' or '%T%' then 1 else 0 end ;

here flag is a column in test table with boolean datatype.
I was trying to this in my etl and I was getting error.

Thanks;
by Jess.mic
Wed Apr 02, 2014 9:35 pm
Forum: New to Vertica Database Administration
Topic: How do I check what all permession a user is having?
Replies: 1
Views: 5487

How do I check what all permession a user is having?

How do I check that how is the user account set up?? Also what all permission and access a particular user have??
by Jess.mic
Tue Apr 01, 2014 4:55 am
Forum: General
Topic: query to check rebalancing status
Replies: 1
Views: 6689

query to check rebalancing status

How o I check if rebalancing is going on the vertica cluster?? or which table rebalancing is going on??
by Jess.mic
Thu Mar 27, 2014 10:46 pm
Forum: General
Topic: how to save the output of a export_object command to a file
Replies: 0
Views: 4060

how to save the output of a export_object command to a file

I want to export the output of the ddl of a table to a file in vertica using export_object. How do I do that?
by Jess.mic
Thu Sep 19, 2013 12:12 am
Forum: New to Vertica SQL
Topic: Increase size of the column
Replies: 3
Views: 17092

Re: Increase size of the column

I used the alter table alter column command given by you:- ALTER TABLE t ALTER COLUMN c SET DATA TYPE VARCHAR(1000); But it is giving me error. Below is the error:- '[Vertica][VerticaDSII] (20) An error occurred during query execution: ERROR: syntax error at or near "DATA" at character 93' The prese...
by Jess.mic
Wed Sep 18, 2013 9:35 pm
Forum: New to Vertica SQL
Topic: Increase size of the column
Replies: 3
Views: 17092

Increase size of the column

I need to increase the size of the column from varchar(255) to varchar(1000).

What command I will use for that??

Go to advanced search