function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
try this:
SELECT FirstName, Account.Name from Contact where Account.Name!=null order by Account.Name limit 1000
All Answers
try this:
SELECT FirstName, Account.Name from Contact where Account.Name!=null order by Account.Name limit 1000