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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T14:36:20+00:00 2026-05-26T14:36:20+00:00

My database has a products table. This contains a column called layers . That

  • 0

My database has a products table. This contains a column called layers. That column contains data in the form of 0102, where 01 is the closet and 02 is the layer in that closet.

I need to query my database for closets as well (not only layers). How do I use wildcards, so that I can query for all products in – for example – closet 01, 02 and 03?

This is what I have now, but it isn’t working:

SELECT Artikelnummer, Omschrijving, Legger, Voorraad 
FROM Artikels 
WHERE Legger LIKE 01* OR  Legger LIKE 02* OR  Legger LIKE 03*  
ORDER BY Artikelnummer

(Sorry for the dutch names)

  • 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-26T14:36:21+00:00Added an answer on May 26, 2026 at 2:36 pm

    SQL Server T-SQL uses the % as the wildcard for “any characters (and _ for one character, any character – equivalent to ? in Windows/DOS), any numbre thereof” – and you also need to put your string literals into single quotes – so use:

    SELECT Artikelnummer, Omschrijving, Legger, Voorraad 
    FROM Artikels 
    WHERE Legger LIKE '01%' OR  Legger LIKE '02%' OR  Legger LIKE '03%'
    ORDER BY Artikelnummer
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've inherited a database that has a structure with a table of products, a
I have a Products table in SQL Server database, it has an ID column
I have a SQL Server 2008 database. This database has a table called Product,
Imagine the following database: Table 'companies' has fields id, name and flagship_product_id. Table 'products'
I have a table of products in my sql database. Each product has an
I have a Sqlite database that has a table consisting of company information (Companies)
I am working with a legacy database schema that looks like this: product_table table
In setting up a MySQL database, consider that I have a table of products
I maintain a product that has a home-grown data access layer, programmed in C++/COM
We're designing an Android app that has a lot of data (customers, products, orders...),

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.