Search found 7 matches

by pk132007
Thu Oct 24, 2013 8:27 am
Forum: General
Topic: Vertica HP2-N36 certification!
Replies: 21
Views: 49218

Re: Vertica HP2-N36 certification!

Hi pk132007, You can take the HP2-N36 certification exam from your home computer. This pdf tells you what is on the exam (kind of). http://www.vertica.com/wp-content/uploads/2013/02/HP2-N36-exam-prep-guide.pdf Also, read the Concepts Guide which is available online here: https://my.vertica.com/docs...
by pk132007
Mon Oct 14, 2013 9:33 am
Forum: General
Topic: Vertica HP2-N36 certification!
Replies: 21
Views: 49218

Re: Vertica HP2-N36 certification!

Hey i am planning to give HP2-N36 exam in next month. I am preparing for it from vertica online videos and documnets avaliable on vertica website. I have few queries - 1. Are the web videos sufficient enough for this exam. If not, what other documents/sites/books i should refer. 2. I have gone thro...
by pk132007
Thu Oct 10, 2013 10:00 am
Forum: Vertica SQL
Topic: Null return from a vertica query
Replies: 4
Views: 10202

Null return from a vertica query

I am trying to run a vertica sql query Select SUM(column1) from table; If column1 has null value for all the records, then the query will return a single character. I have to capture it in a varaible in unix so that i can compare it. var=$(/opt/vertica/bin/vsql -c "Select SUM(column1) from table;") ...
by pk132007
Mon Oct 07, 2013 7:58 am
Forum: General
Topic: Vertica HP2-N36 certification!
Replies: 21
Views: 49218

Re: Vertica HP2-N36 certification!

Hi, Boot camp training is not a mandatory one for the exam.web training available in my vertica portal is enough to attend the exam. I have one quesiton,Have any body taken HP2-N36 exam in India.Please let me know if some body attempted for it in India. Thanks in advance. Hey i am planning to give ...
by pk132007
Thu Sep 26, 2013 9:20 am
Forum: Vertica Database Development
Topic: Projections for Catalog tables in Vertica
Replies: 2
Views: 6977

Projections for Catalog tables in Vertica

We have a requirement where we calling V_CATALOG.VIEW_COLUMNS catalog table iteratively inside a script to get the metadata for aroung 300 columns. We are quering V_CATALOG.VIEW_COLUMNS table one by one for each column. The query is taking a lot of time to fetch the data. Is there any way we can red...
by pk132007
Wed Sep 25, 2013 4:04 am
Forum: Vertica SQL Functions
Topic: TRIM trailing zeroes from decimal values.
Replies: 4
Views: 14318

Re: TRIM trailing zeroes from decimal values.

Thanks Julie and sKwa.
This is what i was looking for. :)
by pk132007
Sat Sep 21, 2013 1:12 pm
Forum: Vertica SQL Functions
Topic: TRIM trailing zeroes from decimal values.
Replies: 4
Views: 14318

TRIM trailing zeroes from decimal values.

I have a requirement where i need to remove the trailing zeroes from the decimal values. But in case there is no digit after decimal then a single zero should come. Example : 0.0000 => 0.0 123.45600 => 123.456 27.0000 => 27.0 I have tried using TRIM and other cast functions, but nothing worked out. ...

Go to advanced search