Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

Using SQL to fill DataTable

$
0
0

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') |


Viewing all articles
Browse latest Browse all 2791

Trending Articles