Answers for "soql more than today"

SQL
0

soql more than today

SELECT Date__c FROM Object__c
WHERE Date__c < TODAY
ORDER BY Date__c DESC
LIMIT 1
Posted by: Guest on August-14-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language