D
Daniel
Does anyone know to solve the following query .
Select some columns From some tables Where conditions Group By column
Unio
Select some columns From some tables Where conditions Group By Column
After the result being produced, i tried to use the select again towards the result as following .
Select some columns, Sum(column) as TotalIn,Sum(column) as TotalOu
Fro
(Select some columns From some tables Where conditions Group By columns
Unio
(Select some columns From some tables Where conditions Group By Columns
Group by column
the error occurs and this sql is not work.
why ?? Any suggestion to solve it ?
Thax in advance
Daniel.
Select some columns From some tables Where conditions Group By column
Unio
Select some columns From some tables Where conditions Group By Column
After the result being produced, i tried to use the select again towards the result as following .
Select some columns, Sum(column) as TotalIn,Sum(column) as TotalOu
Fro
(Select some columns From some tables Where conditions Group By columns
Unio
(Select some columns From some tables Where conditions Group By Columns
Group by column
the error occurs and this sql is not work.
why ?? Any suggestion to solve it ?
Thax in advance
Daniel.