Can we write subquery in between SELECT and FROM

Posted by Mohsin on Stack Overflow See other posts from Stack Overflow or by Mohsin
Published on 2010-03-12T06:07:20Z Indexed on 2010/03/12 6:17 UTC
Read the original article Hit count: 421

i want to know, how to write subquery in between SELECT and FROM as

SELECT Col_Name,(Subquery) 
  From Table_Name 
 Where Some_condition

© Stack Overflow or respective owner

Related posts about sql

Related posts about tsql