HI WELCOME TO KANSIRIS

Combining output of two or more select statement

Leave a Comment

 SELECT

(SELECT count(*) FROM Table1) as alias column name,
(SELECT count(*) FROM Table2) as alias column name,
(SELECT count(*) FROM Table3) as alias column name

0 comments:

Post a Comment

Note: only a member of this blog may post a comment.