SQL Server Reporting Service - Reference another dataset? -


i have 2 datasets in sql server 2008 reporting services report. need attach clause second 1 contain value first one. how should write second query?

if understand asking, should run sub query within clause.

select title books author_id in (select id authors);


Comments

Popular posts from this blog

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -

mysql - How to insert just year and month into date field? -