
pra_perl
Novice
May 19, 2015, 7:23 AM
Post #3 of 5
(12753 views)
|
Re: [FishMonger] Use the Vertica LIMIT function in perl
[In reply to]
|
Can't Post
|
|
Thanks for the reply. I modified your solution to my code and it worked. Another issue, I have a integer field, defined as INTEGER , N18. In my CGI, I have it as if ($cn ne "") { $Where = $Where ."AND m.gID = $cn ";} but it gives me error on Vertica. Does Vertica allow values as in gID = 3 or gID = '3'? Please let me know the syntax. Thanks, prasad
|