Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

how to return same field data twice

 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Dear Ranchers,

I Have a table like this

Uas_ref Uas_Name_En Uas_Type
1 No rights Acess_Name
2 Read and write Acess_Name
3 Admin Role_Name
4 User Role_Name
5 Monitering Role_Name

I have to returns rows as below

Uas_ref Role_Name Acess_Name
1 -- No Rights
2 -- Read and Write
3 Admin --
4 User --
5 Monitering --

Any one could tell me the query.
Thanks in advance.

Regards,
Sireesha.
 
author & internet detective
Posts: 42173
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Closing accidental duplicate thread. See original for answers.
 
Remember to always leap before you look. But always take the time to smell the tiny ads:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
    Bookmark Topic Watch Topic
  • New Topic