Table of Contents

Explanation of SQL

To locate all write offs in the system by company name.

Risk of Data Corruption if Run Improperly

None. This is a selection query and no data is modified in the running of it.

SQL

select * from gl

where glaccountid=51

order by entrydatetime

Version Information