Search found 21 matches

by jagadeesh
Mon Feb 25, 2013 2:37 pm
Forum: New to Vertica
Topic: Partitioning on Vertica tables!... ?
Replies: 3
Views: 10685

Partitioning on Vertica tables!... ?

Can we partition a table in vertica? Ex: I need to partition employee table based on dept number. 1. i think, since vertica stores all the data of the table as columns under super projection and all the columns will be sorted. In this case do we need a partition? 2. Whenever a table is created and t...
by jagadeesh
Thu Feb 21, 2013 7:50 am
Forum: New to Vertica
Topic: Issues in MERGE INTO Command
Replies: 6
Views: 17291

Re: Issues in MERGE INTO Command

I am getting the Duplicate Merge Key error but i checked my source and target table there are no duplicate records.
by jagadeesh
Tue Feb 12, 2013 5:47 am
Forum: New to Vertica Database Development
Topic: Functions and Procedures?
Replies: 7
Views: 47788

Re: Functions and Procedures?

Thanks Jim...! that helped me to stop scratching my head.. :)
by jagadeesh
Mon Feb 11, 2013 7:53 am
Forum: New to Vertica Database Development
Topic: Functions and Procedures?
Replies: 7
Views: 47788

Re: Functions and Procedures?

Hi, So, If we need to do any complex operation we only have to go to C++ or Shell scripting? Say, i just want to get a Max(some_Column) based on a logic involving may table.. cant i write a SQL statement in the function and get the return value? or is there any work around for this? pls help... Than...
by jagadeesh
Thu Feb 07, 2013 7:14 am
Forum: New to Vertica Database Development
Topic: Is there any event based operations in Vertica?
Replies: 3
Views: 10023

Is there any event based operations in Vertica?

Hi, We have TRIGGERS in Oracle to handle the event based operations, Is there anything like that in Vertica? I read somewhere that Vertica doesnt have a Programming Language capablities like PL/SQL... in this case how can we achieve Trigger functionality here. Lets say i have a scenario that i am In...
by jagadeesh
Tue Feb 05, 2013 9:52 am
Forum: New to Vertica SQL
Topic: is there Hierarchical queries in Vertica?
Replies: 4
Views: 13607

is there Hierarchical queries in Vertica?

Hi,

I am looking for Hierarchical queries in Vertica that is equivalent to START With... and CONNECT By in ORACLE.

I referred in the SQL reference guide but couldn't get it, please share the knowledge.

Thanks,
Jagadeesh.

Go to advanced search