Physical Database DDL Statements › DISPLAY/PUNCH ALL Statement › Entity Currency › Example
The following example displays all AREAS created since June 1, 1986:
display all AREAS where date created > '1986-06-01' as syntax;