Withdata Software

Producing high-quality database tools

Main menu

Skip to primary content
Skip to secondary content
  • Withdata Software
  • Data Conversion Blogs
  • Categories
  • Tags
  • Data Conversion Tools

Tag Archives: Sqlite

Post navigation

Newer posts →

Withdata Software Released AccessToSqlite Version 1.0

Posted on November 18, 2013 by Shiji Pan

Withdata software has announced accesstosqlite 1.0, a data conversion tool that convert Access data to SQLite database. Version 1.0 is the first release. AccessToSqlite – Convert Access data to SQLite AccessToSqlite is convenient: 1. Easy visually config, just click on the mouse. 2. ... Read more

Posted in PR | Tagged Access, Access to SQLite, AccessToSqlite, Sqlite

Withdata Software Released Withdata SqliteToExcel 1.0

Posted on October 10, 2013 by Shiji Pan

Withdata software has announced withdata sqlitetoexcel 1.0, a data conversion tool that export SQLite data to excel. Withdata SqliteToExcel 1.0 is first release version. Withdata SqliteToExcel – Export SQLite data to Excel Withdata SqliteToExcel is convenient: 1. Easy visually config, just ... Read more

Posted in PR | Tagged DB To Excel, Excel, Sqlite, SqliteToExcel

Withdata Software Released TxtToSqlite Version 1.0

Posted on September 3, 2013 by Shiji Pan

Withdata software has announced txttosqlite 1.0, a data conversion tool that import csv(txt) data to SQLite database. TxtToSqlite 1.0 is the first release version. TxtToSqlite – A Better Way to import CSV(TXT) data to Sqlite TxtToSqlite is convenient: 1. Easy visually config, just click on ... Read more

Posted in PR | Tagged CSV, Csv to DB, CSV to Sqlite, Sqlite, TxtToSqlite

How to limit the number of rows returned by a Sqlite query

Posted on August 10, 2013 by Shiji Pan

In MySQL, you can use “Limit <skip>,<count>”, like this: select * from sometable order by name limit 20,10 How to do in Sqlite? You can still use “Limit <skip>,<count>”: select * from sometable order by name limit 20,10 or use equivalent query ... Read more

Posted in Sqlite | Tagged equivalent for the MySQL Limit, Sqlite

Replace Update or Insert a row Into Sqlite Table

Posted on August 1, 2013 by Shiji Pan

In Mysql, if you want to either updates or inserts a row in a table, depending if the table already has a row that matches the data, you can use “ON DUPLICATE KEY UPDATE”. How to do it in Sqlite? Use “INSERT OR REPLACE INTO” . For example: INSERT OR REPLACE INTO Employee ... Read more

Posted in Sqlite | Tagged merge into, replace into, Sqlite, upsert

Post navigation

Newer posts →

Recent Posts

  • Store HTML in SQLite TEXT: Step-by-Step Implementation & Best Practices
  • Store HTML in PostgreSQL TEXT: Step-by-Step Implementation & Best Practices
Withdata Software. ©2004 - 2026 All rights reserved.