![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
The following SQL runs on SQLServer: select col1, sum( col2 ) from ( select col1, col2 from table1 union all select col1, col2 from table2 ) as sub group by col1 but I can't get Sybase to recognise this as SQL. How can accomplish the same thing in Sybase ? Thanks Andy |
#3
| |||
| |||
|
|
The following SQL runs on SQLServer: select col1, sum( col2 ) from ( select col1, col2 from table1 union all select col1, col2 from table2 ) as sub group by col1 but I can't get Sybase to recognise this as SQL. How can accomplish the same thing in Sybase ? |
|
_ \___ _ _ ___// / -_) ' \/ -_) _|_\___|_||_\___| |
![]() |
| Thread Tools | |
| Display Modes | |
| |