Hi,
I am using below SQL statement to load data into table which I will be using for my report.
SELECT ed_cons, office_names,
to_char(trunc(load_date, 'IW') - 1, 'YYYY/MM/DD') |
↧
Using SQL to fill DataTable
↧