function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Teach_me_howTeach_me_how 

I cant use SOQL OFFSET in execute anonymous of eclipse

why?
how?

AdrianCCAdrianCC

Hi!

 

Are you using ORDER BY and LIMIT in your soql?

Has the offset option been enabled in your instance? It's in developer preview and you need to ask the SFDC guys to enable it for you.

 

Hope that helps,

Adi

PaqsPaqs

It is in Summer'12 release. 

Teach_me_howTeach_me_how

VarunCVarunC

Make sure your Force.com plugin for Eclipse is latest. I think API version needed for OFFSET to work is 25.0+ ...