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 6950293
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T14:04:29+00:00 2026-05-27T14:04:29+00:00

I am updating fields in a database using Concat as follows `fieldName`=concat( `FieldName`, ‘,NEW

  • 0

I am updating fields in a database using Concat as follows

`fieldName`=concat( `FieldName`, ',NEW DATA')

In some instances though, I am trying to create a comma separated list in the field, such as

item 1, item 2, item 3

But unless I know whether the field is empty before hand, if this is the first entry in the field I cannot avoid having a preceeding, or trailing comma.

,item 1, item 2...etc 

or

item 1, item 2, ... etc

Is there a way I can determine if the field has a content before I do add data, within the Update statement to avoid having the query the database separately?

… or a better way of making a comma separated list!

  • 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-05-27T14:04:30+00:00Added an answer on May 27, 2026 at 2:04 pm

    Yes, use a case expression like this:

    update tableName
    set columnName = 
      case when LENGTH(columnName) > 1
        then select concat(columnName, ',NEW DATA')
        else select 'NEW DATA' end
    

    If the length of the columnName is bigger then 1, there is data in the columName so you can put the comma, otherwise you only put the new data.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using MySQL as database. I need to update some data. However the
I'm haing a few problems updating a row in my database using Linq2Sql. Inside
I am used to using changed_at fields in my MySQL database that Ruby on
When updating a DataTable with 1850-ish new rows to a FbDataAdapter I get a
When updating a row, I want to have a built-in check to do some
i am connecting to a mysql database through excel using odbc what does this
I am utilizing Entity Framework 4.0 and WCF. I am new to using Entity
I'm using Roo 1.2.1, JPA 2, and Hibernate 3.6 connected to an MSSQL database.
A User clicks on 'View Users' and the php logic fetches the data using
i am seeking help on ignoring null values for updating the mysql database:- $cst

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.