![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is there any short solution about that..? |
#3
| |||
| |||
|
|
Hello!! I want to get result on Oracle as this one: ------------------ NAME PRICE --------- ------ book 75.00 pen 12.35 notebook 5.05 total> 92.4 ------------------ I know that i may write query as this: SELECT name, price FROM tbprices UNION SELECT 'total', sum(price) FROM tbprices but it's not good.. I have long query and this method makes long time and do one thing two times.. Is there any short solution about that..? best Regards...Thanks |
#4
| |||
| |||
|
|
Hello!! I want to get result on Oracle as this one: ------------------ NAME PRICE --------- ------ book 75.00 pen 12.35 notebook 5.05 total> 92.4 ------------------ |
![]() |
| Thread Tools | |
| Display Modes | |
| |