Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8800655
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T00:38:47+00:00 2026-06-14T00:38:47+00:00

original data (image) I want to display my data by concatenating several columns. But

  • 0

original data (image)
enter image description here
I want to display my data by concatenating several columns. But the data that appears less than perfect: there is a comma behind at the end of the concatenations, like the picture shows:

http://i1207.photobucket.com/albums/bb476/daniwarrior/decode1.jpg

Here is the query that I created in oracle 10g

    select id_pegawai, 
    whitelist_pembayaran||decode(whitelist_pembayaran,null,null,', ')||
    whitelist_pemasang||decode(whitelist_pemasang,null,null,', ')||
    whitelist_jenis_iklan||decode(whitelist_jenis_iklan,null,null) as whitelist,

    blacklist_pembayaran||decode(blacklist_pembayaran,null,null,', ')||
    blacklist_pemasang||decode(blacklist_pemasang,null,null,', ')||
    blacklist_jenis_iklan||decode(blacklist_jenis_iklan,null,null) as blacklist
    from verifikator order by id_verifikator desc
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T00:38:48+00:00Added an answer on June 14, 2026 at 12:38 am

    so you just want to remove the comma at the end? RTRIM it.

    select id_pegawai,
           rtrim(whitelist_pembayaran || decode(whitelist_pembayaran, null, null, ', ') ||
                  whitelist_pemasang || decode(whitelist_pemasang, null, null, ', ') ||
                  whitelist_jenis_iklan, ',') as whitelist,
    
           rtrim(blacklist_pembayaran || decode(blacklist_pembayaran, null, null, ', ') ||
                  blacklist_pemasang || decode(blacklist_pemasang, null, null, ', ') ||
                  blacklist_jenis_iklan, ',') as blacklist
      from verifikator
     order by id_verifikator desc
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Have some data in a sybase image type column that I want to use
Original Problem: I have 3 boxes each containing 200 coins, given that there is
I have a high-resolution image that I want to use as a tiled map
I have a sprite that holds a bitmap data. I want to give the
Does the original data type of the username string in a call to FormsAuthentication.SetAuthCookie(...)
Would be possibile to get the original data type after applying the ArrayToStringTransformer to
original string is a,d,k I want to remove all , and make it to
ORIGINAL (see UPDATED QUESTION below) I am designing a new laboratory database that tests
Original Question: i read that for RESTful websites. it is not good to use
I want my site to have a feature for users to upload images, but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.