Skip to content

Instantly share code, notes, and snippets.

@karanrajs
Last active August 8, 2016 03:07
Show Gist options
  • Save karanrajs/3f01c9177ae812c3d589edcb8b03c8a4 to your computer and use it in GitHub Desktop.
Save karanrajs/3f01c9177ae812c3d589edcb8b03c8a4 to your computer and use it in GitHub Desktop.
Database.Query('Select Id,Name,(select Id,subject,Account.Name,Status,priority from Tasks where remindatalocation__c = True and isClosed = False)
from Account where Distance(BillingAddress,Geolocation('+lati+','+longi+'),\'mi\') < 20 limit 10');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment