Sunday, January 23, 2022

Incomplete Bank Statements SQL Query

 


select
statement_number,
statement_date

from
ce_statement_headers

where
nvl(statement_complete_flag,'N')<>'Y'

No comments:

Post a Comment

How to improve blog performance

Improving the performance of a blog can involve a variety of strategies, including optimizing the website's technical infrastructure, im...