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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T15:37:29+00:00 2026-06-10T15:37:29+00:00

I am unable to add text to column if it has the value NULL.

  • 0

I am unable to add text to column if it has the value NULL. It says (1 row(s) affected) but it still says NULL. But it works to insert text into column if there is already a value present. Ex. ‘anything’

ProductGroup_Keywords(varchar(max), null)

I tried these 2 routes below

`Update [dbo].[Category]
 SET ProductGroup_Keywords = ProductGroup_Keywords + 'football'
 WHERE Category_ID = 101`

'Update [dbo].[Category]
 SET ProductGroup_Keywords = convert(nvarchar(max),ProductGroup_Keywords) + 'football'
 WHERE Category_ID = 101'

I then tried to just set it like below but it still said NULL

'Update [dbo].[Category]
 SET ProductGroup_Keywords = 'football'
 WHERE ProductGroup_Keywords = 101'

Please help! 🙂

  • 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-10T15:37:31+00:00Added an answer on June 10, 2026 at 3:37 pm
     Update [dbo].[Category] 
     SET ProductGroup_Keywords = coalesce( ProductGroup_Keywords, '')  + 'football' 
     WHERE Category_ID = 101' 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i created a text-box through the code behind but was unable to add a
Many apologies if this has been answered, but I have been unable to find
I'm unable to add an mdf database file by right clicking on the project
I have to add one text view and two radio buttons in the scroll
Unable to add NSmutableDictionary in NSmutableArray, activitiesFeedArray is a mutable array and initialized in
I have the code following where I am unable to add Autoplay on the
I'm attempting to add a UIImageView to the subview of a UILabel, but for
I'm trying add Taskbar Icon overlay with text to windows7 application icon, I did
I am able to add only showroom name to my contacts. But when I
I am reading the sqlite but unable to get data instead it showing nil

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.