Hello,
I am fresher to SQL Server. please help me with below query.
does any one know how to get the total number of rows from two different tables in a single query.
For ex: Table1 has 'x' rows & table to has 'y' rows, then I want the total 'x+y' rows value in a single query.
thanks in advance.
I am fresher to SQL Server. please help me with below query.
does any one know how to get the total number of rows from two different tables in a single query.
For ex: Table1 has 'x' rows & table to has 'y' rows, then I want the total 'x+y' rows value in a single query.
thanks in advance.
Comment