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

The Archive Base Latest Questions

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

I have an SQlite database with a few categories and each of them have

  • 0

I have an SQlite database with a few categories and each of them have some items inside. Right now the categories are arranged in alphabetical order but I want in the order I put them in the database. Any suggestions? I’m pretty new at this and can’t figure it out how to get rid of the alphabetical order.

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

    Lets take a look with simple example:

    Table : Categories

    cat_id cat_name someotherValues

      1      A            XYZ
      3      B            UUI
      2      C            8XU
      4      F            6XK
      6      E            9XU
      5      D            7XP
    

    Now, if you want it in alphabetical order, you can query like,

    select * from categories order by cat_id

    It’ll return you rows in 1,2,3,..,6 of cat_id order.

    P.S. There’s a default row_id column created with SQLite tables. You can set order on row_id if you haven’t any unique field to set order. However order can by set on any field.

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

Sidebar

Related Questions

Right now, I have code which creates the database (just a few CREATE queries
I have an SQLite database. I created the tables and filled them with a
I have few activities that make use of sqlite database, there is use of
I have a listview which loads its data from sqlite database. Each row in
i have made a few multi activity database applications using sqlite, but i get
I have an sqlite database I want to distribute with my application. It's about
I have an SQLite database in my application. When I go to check if
I have normal sqlite database and want to use fts3. As mentioned in http://www.sqlite.org/fts3.html
I have a SQLite database that contains a huge set of log messages. I
I have an sqlite database, and I would like to keep it read-only without

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.