Create Flex Table Fails

Moderator: NorbertKrupa

Post Reply
Brett
Beginner
Beginner
Posts: 49
Joined: Fri Oct 11, 2013 1:19 am

Create Flex Table Fails

Post by Brett » Mon Jan 06, 2014 2:51 pm

Hi,

Is there something special I need to install to be able to use the new Flex table feature of Vertica 7.0? When I try the example it fails:

Code: Select all

dbadmin=> create flex table mountains;
ERROR 4856:  Syntax error at or near ";" at character 28
LINE 1: create flex table mountains;
                                   ^

scutter
Master
Master
Posts: 302
Joined: Tue Aug 07, 2012 2:15 am

Re: Create Flex Table Fails

Post by scutter » Mon Jan 06, 2014 3:53 pm

There’s an error in that example. Use

create flex table mountains();
Sharon Cutter
Vertica Consultant, Zazz Technologies LLC

Brett
Beginner
Beginner
Posts: 49
Joined: Fri Oct 11, 2013 1:19 am

Re: Create Flex Table Fails

Post by Brett » Tue Jan 07, 2014 3:30 am

Thanks, scutter. That was the issue :)

Post Reply

Return to “New to Vertica Database Administration”