Skip to content

Instantly share code, notes, and snippets.

@thebrettbarlow
Last active March 20, 2019 03:45
Show Gist options
  • Save thebrettbarlow/c43f29c8f4b5b420669c5b2768f744a6 to your computer and use it in GitHub Desktop.
Save thebrettbarlow/c43f29c8f4b5b420669c5b2768f744a6 to your computer and use it in GitHub Desktop.
SELECT Id, Company, LeadSource, format(CreatedDate)
FROM Lead
ORDER BY CreatedDate
LIMIT 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment