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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T15:07:16+00:00 2026-05-30T15:07:16+00:00

I need to query a SQLite database for items that either match a given

  • 0

I need to query a SQLite database for items that either match a given string, or are LIKE query%. However, it’s not as simple as

SELECT id, type, number FROM roads WHERE number = '12' OR number LIKE '12%'

I need all equal matches to come before the LIKE matches. I picture there being an AS in there somewhere and ordering by it, but I’m not sure how it would work. I want to avoid making two queries if possible.

  • 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-30T15:07:17+00:00Added an answer on May 30, 2026 at 3:07 pm

    I’m not sure if this syntax is supported on Sqlite, but here’s an idea:

    SELECT id, type, number FROM roads WHERE number LIKE '12%'
    ORDER BY
       CASE
          WHEN number = '12' THEN 0
          ELSE 1
       END
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to query a table for values given a string. The table is
I need to query the database to get the column names , not to
I need to query a table in an SQLite database to return all the
I need to make a webpage (from scratch) that will interrogate a SQLite database
I need to query a database which is designed so what a NVARCHAR column
I need a query that will return a table where each column is the
Given: an sqlite database with a table T the table T contains 10 columns
I'm using System.Data.SQLite to query a database with c#/linq . The rows I want
I have a sqlite database. I am able to query it and get a
I need to get column names and their tables in a SQLite database. What

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.