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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T11:54:56+00:00 2026-05-24T11:54:56+00:00

I may end up having to do this with my PHP on the result

  • 0

I may end up having to do this with my PHP on the result set, but I was hoping the DB could do this for me. I’m wanting to check a field and if it matches a condition, set another field equal to another field + a string. Here’s my attempts:

SELECT CASE UnityReq WHEN '1' THEN Table + ' (Unity)' ELSE Table END AS Type

If the Table were equal to Event, I’d want to get ‘Event (Unity)’ as Type.

I saw in a different post you have to cast your field if combining with a string, so I tried this:

SELECT CASE WHEN UnityReq = 1 THEN CAST(Table AS NVARCHAR(200)) + ' (Unity)' ELSE Table END AS Type

And tried the MySQL CONCAT function:

SELECT CASE UnityReq WHEN 1 THEN CONCAT(Table, ' (Unity)') ELSE Table END AS Type

I’ve also tried both WHEN’s with or without the quotes around the number (as it’s an INT field), and about every format I’ve been able to find googling for CASE, but I’m always getting SQL syntax errors. I feel like I’ve tried every version of this command I can come up with but I’m not having any luck. Any pointers?

  • 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-24T11:54:57+00:00Added an answer on May 24, 2026 at 11:54 am

    It’s not CASTing you’re after, but CONCATenation.

    Something like:

    SELECT
        CASE WHEN UnityReq = 1 THEN CONCAT(Table, ' (Unity)') ELSE Table END AS Type
      FROM ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This may sound dumb but I am stuck and I am having no luck
I think this question may end up being a bit subjective so I'm marking
It's been a while since I've programmed a GUI program, so this may end
I have begun work on a personal project that may end up having some
This question may be very similar to my one, but I cannot see the
Sorry if this question may seem easy to some but i cannot seem to
Ok, this may seem like a dupe question, but if you bear with me
So, this question may be a little vague, but I have constant discussions about
this may come as pretty odd but I'm now working on a membership based
May be I am getting old, but I can't find it...

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.