Skip to content

Instantly share code, notes, and snippets.

@TonyRenHK
Created July 25, 2016 08:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TonyRenHK/962dd9f6cb9c7495895f36cbb587df6a to your computer and use it in GitHub Desktop.
Save TonyRenHK/962dd9f6cb9c7495895f36cbb587df6a to your computer and use it in GitHub Desktop.
SELECT ID,NAME,ASI_MFM_PO_Balance__c,CreatedDate FROM ASI_MFM_PO__c WHERE RecordType.DeveloperName LIKE 'ASI_MFM_SG%' and ASI_MFM_PO_Balance__c<0 order by CreatedDate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment