Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

SQL Query Help

Achyut KOct 1 2010 — edited Oct 21 2010
Hi all,

I have one requirement in which I want the output of one column in ascending order and desc order in seprate columns.

For Examaple
select '1' as COL from dual
union all
select '2' from dual
union all
select '3' from dual
union all
select '4' from dual

Output  Should be
COL COL1
1      4
2      3
3      2
4      1
Regards,
Achyut

Comments

Uli

Nowadays, there is a Netbeans plugin called gluon that allows port a same JavaFX project to desktop, android and IOS.

bouye-JavaNet

Nowadays, there is a Netbeans plugin called gluon that allows port a same JavaFX project to desktop, android and IOS.

You may want to check the slides and video presentation that Johan Vos (author of this article and co-founder of Gluon) did for the Silicon Valley JavaFX JUG few days ago.

http://www.meetup.com/svjugfx/events/221806020/

http://nighthacking.com/javafx-on-mobile-by-johan-vos/

http://www.slideshare.net/steveonjava/javafx-on-mobile-by-johan-vos

Uli

You may want to check the slides and video presentation that Johan Vos (author of this article and co-founder of Gluon) did for the Silicon Valley JavaFX JUG few days ago.

http://www.meetup.com/svjugfx/events/221806020/

http://nighthacking.com/javafx-on-mobile-by-johan-vos/

http://www.slideshare.net/steveonjava/javafx-on-mobile-by-johan-vos

I liked that plugin, I've already it to port a little music player to android. It worked as well. Althought, I've developed a serious agenda project and I will intend to port it to android using gluon plugin.

charlymoon-JavaNet

https://cdelunas.wordpress.com/2015/12/22/gluones-la-neta/ (spanish) I'll be working on the English version today

1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 5 2010
Added on Oct 1 2010
9 comments
856 views