SQL Nested Select -


I am trying to create a SQL Selection statement that does the following:

 < Code> Select GetDate () Mon, Getad () Tuesday  

But where can I even ban each column (Mon, Tues)? So I like it, but it's not right:

  SELECT (GetDate) Mon WHERE (1 = 1)), (GetDate () Tuesday (1 = 1))  

Please tell me in the right direction, thanks.

Name with column:

  Choose getDate () (1 = 1)) Mon, (select getDate) (2 = 2) Mars  

Comments