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

  • Home
  • SEARCH
  • 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 9010711
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T02:32:09+00:00 2026-06-16T02:32:09+00:00

Possible Duplicate: Is there an Oracle SQL query that aggregates multiple rows into one

  • 0

Possible Duplicate:
Is there an Oracle SQL query that aggregates multiple rows into one row?

I have a table (Employee).

Employee

ID   Name   Salary  

1    Steve  10000

2    Buck   15000

3    Dan    10000 

4    Dave   10000

I need to return all employee names who have the salary of $10000, employee names are delimited by Plus signs – including one on the beginning and end. I can do this using a cursor and add all the employee names iterate through the cursor. But is there a way to return this using a single query? In this above example i need the result as +Steve+Dan+Dave+

  • 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-16T02:32:10+00:00Added an answer on June 16, 2026 at 2:32 am

    Have a look on string aggregation functions.

    For example in Oracle 11g Release 2, you can do somthing like :

    SELECT CONCAT(CONCAT('+', LISTAGG(Employee.Name, '+')), '+') FROM Employee WHERE Salary >= 10000
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Is there an Oracle SQL query that aggregates multiple rows into one
Possible Duplicate: Is there an Oracle SQL query that aggregates multiple rows into one
Possible Duplicates: Is there an Oracle SQL query that aggregates multiple rows into one
Possible Duplicate: Is there any hash function in PL/SQL? I have a column with
Possible Duplicate: Is there a Max function in SQL Server that takes two values
Possible Duplicate: Is there a CSS parent selector? CSS selector for “foo that contains
Possible Duplicate: Is there any working memory profiler for Python3 I have some script
Possible Duplicate: Is there a standard date/time format that can be passed on a
Possible Duplicate: Is there a tool that can display a SVN repository visually (
Possible Duplicate: ‘CONTINUE’ keyword in Oracle 10g PL/SQL I am Using Oracle 9i and

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.