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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T19:17:07+00:00 2026-06-11T19:17:07+00:00

Hi I have the following data 1 aaaa 2 bbbb 1 aaaa 3 cccc

  • 0

Hi I have the following data

1    aaaa       
2    bbbb     
1    aaaa
3    cccc
2    bbbb
3    cccc

I want to import the above data to a SQLite like this

1    aaaa
2    bbbb
3    cccc

The same numbers must be imported once.

How can I do this?

  • 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-11T19:17:08+00:00Added an answer on June 11, 2026 at 7:17 pm

    Create the table with:

    CREATE TABLE T1 
    ID     INTEGER PRIMARY KEY AUTOINCREMENT,
    C1     VARCHAR(60) UNIQUE
    

    And then use the

    insert or replace into T1 (C1) values ( ... )
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following data that looks like this for example: 34 foo 34
I have a xml documents with following tags <User>aaaa</User> <User>bbbb</User> <User>cccc</User> <User>dddd</User> <User>eeee</User> <User>cccc</User>
I have following data matrix, I want to iterate over this matrix and look
I have following data in my table. alt text http://img26.imageshack.us/img26/3746/productfield.png I want to extract
I have following json data which I want to pass it to server using
I have following CSV data: 10,11,12.34 I can parse this using CSV from the
I have the following data and i am using http://commons.apache.org/jxpath/ i want to directly
I have following data: Dictionary<string,string> dctParameters = new Dictionary(){ {a,var1},{b,var2},{c,var3},.... } I want to
I have this following data source binding: MembershipProvider provider = new MembershipProvider(); UserUpdateLogs userUpdateLogs
I have the following data structure for a movies SQLite db (i will keep

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.