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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T18:49:21+00:00 2026-06-08T18:49:21+00:00

In sqlite, is it possible to query data that contains unescaped unmatched quotation marks?

  • 0

In sqlite, is it possible to query data that contains unescaped unmatched quotation marks?

For example, the separator is set to |.

starships|spacecr"aft|snoo"py|rhythm

Using insert is not the problem, that works fine. The problem is delimiting elements with .import. To illustrate my point, I created a file called test.dat with the contents:

starships|spacecr"aft|snoo"py|rhythm

Then execute the following:

sqlite> create table t (a,b,c,d);
sqlite> .separator '|'
sqlite> .import test.dat t
Error: test.dat line 1: expected 4 columns of data but found 3
  • 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-08T18:49:22+00:00Added an answer on June 8, 2026 at 6:49 pm

    Yes, that’s possible:

    sqlite> create table t (f1 string, f2 string, f3 string, f4 string);
    sqlite> insert into t values ('starships', 'spacecr"aft', 'snoo"py', 'rhythm');
    sqlite> select * from t;
    starships|spacecr"aft|snoo"py|rhythm
    sqlite> select * from t where f2 = 'spacecr"aft';
    starships|spacecr"aft|snoo"py|rhythm
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible for an SQLite data file used by an add-on to be
When you want to write a query in Python that will select (from SQLite
I have data in an SQLite table that looks like this: user_id event_date ----------
I'm creating a application that will fetch data from an SQLite database and display
Possible Duplicate: How to convert MDB to SQLite in Android I have an MS
is it possible to use SQLite for a j2me application ? has anyone ever
Is it possible to create an SQLite database programmatically in C# - by coding.
Is it possible to acces the SQLite API on iOS using C++ instead of
Is it possible to insert multiple sets of values to a SQLite table in
Possible Duplicate: Reading and writing images to an SQLite DB for iPhone use How

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.