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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T13:50:22+00:00 2026-06-17T13:50:22+00:00

I have a table with column name LIST_CODE where data like this A101,A102,B101. How

  • 0

I have a table with column name LIST_CODE where data like this A101,A102,B101.

How can I find all the data where LIST_CODE equal A102 OR B101

I try bellow sql but it returns 0

SELECT count(*) FROM details_user WHERE list_code IN ('A102','C101')
  • 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-17T13:50:24+00:00Added an answer on June 17, 2026 at 1:50 pm

    If you mean that list_code can contain ‘A101, A102,B101’ in one row then

    select * from details_user
    where list_code like'%A102%' 
    or list_code like '%B101%'
    

    But this would be a bad database design.

    if list_code can contain

    A101
    A102
    B101
    

    (one value per row)

    Then your code is correct, and it’s just mean that you have no row with A102 or C101.

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

Sidebar

Related Questions

I have a table in SQL Server which looks like this: ID Code Name
I have a table with the column name: variant_markup datatype: numeric(4,3) I try to
I have a table name KHA_ID with a column name of KHA_ID. I went
I have a table with column for storing product code. | product_id | Product-name
I have a DataGrid table with columns name , phone . In column name
I have an a new table with the column below: id , name ,
I have a table that contains a VARCHAR2 column called COMMANDS. The data in
I have written some thing like this to fetch data from the database. public
I Have one table. There is one column name is branch. Which contains comma
I have a table in Database like this expedition_name | Phone | CP |

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.