Search found 2 matches

by eanders94040
Wed Oct 31, 2012 1:25 am
Forum: JDBC
Topic: ERROR: b of OFFSET b clause is not supported for expressions
Replies: 3
Views: 23290

Re: ERROR: b of OFFSET b clause is not supported for express

OO, I thought the adding an ORDER BY suggestion was going to work, but alas, no dice. And I reversed the LIMIT and OFFSET. Updated query below. Still the same error. SELECT COALESCE(COUNT(main.v0), 0) AS CollapsingFunction0 FROM (SELECT p.ID AS v0, p.RatingAvgApproved AS v1, p.ReviewCountApproved AS...
by eanders94040
Tue Oct 30, 2012 9:49 pm
Forum: JDBC
Topic: ERROR: b of OFFSET b clause is not supported for expressions
Replies: 3
Views: 23290

ERROR: b of OFFSET b clause is not supported for expressions

I'm connecting to Vertica thru JDBC, and I'm getting the below error while calling Connection.prepareStatement on the below SQL. Does anyone know what the error means and how to fix it? java.sql.Connection Error calling Connection.prepareStatement: java.sql.SQLException: [Vertica][VJDBC](2013) ERROR...

Go to advanced search