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
SELECT Age__c FROM Customer__c ORDER BY Age__c ASC NULLS Last LIMIT 10
Try the below query:
If you require only one record to fetch then add "LIMIT 1" to the query.
Hope this helps you!
Best Regards,
Deepthi