[sqlite] Unable to import CSV file correctly when using ext/misc/csv.c as the csv module.

2018-12-26 Thread hi jack
The SQLite source code version I’m using is the latest public release version 3.26.0. -- Reproduce steps: 1. Prepare a file data.csv. The content is a,b,c,d 1,2,3,

Re: [sqlite] fastest way to get the min/max

2010-01-20 Thread hi
Sorry for the wrong subject: On Wed, Jan 20, 2010 at 6:24 PM, hi wrote: > Hi, > > For my application I am storing about "1770" rows into sqlite table, > and when taking 'min' or 'max' it takes about ~7 to 10 seconds. > > Can you please suggest

[sqlite] fasted way to get the min/max

2010-01-20 Thread hi
Hi, For my application I am storing about "1770" rows into sqlite table, and when taking 'min' or 'max' it takes about ~7 to 10 seconds. Can you please suggest effective ways to get min/max values. Thank you in advance. -Hiral __