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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T05:47:41+00:00 2026-06-11T05:47:41+00:00

I have a column: account_type which contains four characters. d , h , v

  • 0

I have a column: account_type which contains four characters. d, h, v, a. Now, if the account_type is d then it should display DBA, if a then application, if v then vendor, and if h then human. I tried this query.

SELECT da.account_name, da.account_id,da.manager_lastname, da.manager_firstname, 
dap.live_password_change, dap.dev_password_change, das.status_desc, 
REPLACE(RTRIM(CONCAT(IF(da.account_type = 'd', 'DBAs', 'NO'))), ' ', ', ')
FROM dba_account da
LEFT JOIN dba_account_password dap ON da.account_id = dap.account_id
LEFT JOIN dba_account_status das ON da.status = das.status_id
WHERE CAST(da.account_name AS BINARY) RLIKE '[a-z]'
AND da.account_name NOT RLIKE '[#$\\\\////]'
ORDER BY da.account_name

But i dont know how to compare 4 conditions. Any suggestions please?

  • 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-11T05:47:43+00:00Added an answer on June 11, 2026 at 5:47 am

    You would use CASE similar to this:

        SELECT da.account_name, da.account_id,da.manager_lastname, da.manager_firstname, 
    dap.live_password_change, dap.dev_password_change, das.status_desc, 
    CASE da.account_type 
        WHEN 'd' THEN 'DBAs'
        WHEN 'a' THEN 'application'
        WHEN 'v' THEN 'vendor'
        WHEN 'h' then 'human' 
        ELSE 'NO' END as 'account_type'
    FROM dba_account da
    LEFT JOIN dba_account_password dap ON da.account_id = dap.account_id
    LEFT JOIN dba_account_status das ON da.status = das.status_id
    WHERE CAST(da.account_name AS BINARY) RLIKE '[a-z]'
    AND da.account_name NOT RLIKE '[#$\\\\////]'
    ORDER BY da.account_name
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an entity named 'account' which will have a username column and I
I have column in a postgresql database. They are lottery numbers. Four digits in
I have an Account object that contains an Id field, which is mapped to
I have a trinidad table with one column contains drop downs (select one choice)
In my table accounts I have four columns like user, pass, column1, column2 I
I have column named summary (tinytext, utf8_turkish_ci). I know it can store 255 byte
I have column with varchar values like 022008 that I need to convert into
I have column where i save timestamp of records and I wants to delete
In database table I have column called options . It has type of integer
I have table called Buttons. Buttons table i have column button_number . Table contain

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.