Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

greater than system date

$
0
0
I have a query that requires a date field in a record to be greater than the sysdate for future reference.

select *
from all_tab_cols
where column_name like '%LAST_ANALYZED' is => 'SYSDATE';

Viewing all articles
Browse latest Browse all 13329

Trending Articles