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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T13:09:51+00:00 2026-05-30T13:09:51+00:00

in sqlite3 using the command line, if I want to enter something very approximate

  • 0

in sqlite3 using the command line, if I want to enter something very approximate and get the correct output I use

  select * from <table_name> where <col_name> like '%<query>%';

where is the name of my table, is the column name and is the partial query name for example

SELECT * FROM suppliers WHERE supplier_name like '%bob%';

as suggested here

I’m using sqlite3 with C, and I don’t know how to insert the “%” symbols at the starting and ending. Can someone suggest a very easy method to do this, probably with the use of sqlite3_mprintf for creating the sql statement?

  • 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-30T13:09:52+00:00Added an answer on May 30, 2026 at 1:09 pm
    char *result = sqlite3_mprintf("SELECT * FROM %s WHERE %s LIKE '%%%q%%';", "suppliers", "supplier_name", "bob");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using sqlite3, if my query is SELECT * FROM table WHERE title LIKE '%x%'
I am trying to send a query to SQLite from the command line using
Using SQLite from .net, Is there a way to access the .dump command or
Using sqlite3, I have two tables: products, orders. I want to know how many
I am switching from using SQLite3 to PostgreSQL, and hoped that I could populate
I have created a file named MyFile.db using SQLite3 from my C#.net application. This
Using sqlite3 and Django I want to change to PostgreSQL and keep all data
This is actually 2 questions... Background: After using the command line in MySQL for
I have a sqlite database that I want to open using sqlite3.exe. Now I
I've prototyped a command line application for quick note-taking using Python and argparse .

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.