Re: [gdal-dev] Gdal and SQLite

2014-12-23 Thread Even Rouault
Le mardi 23 décembre 2014 14:33:39, Federico Jurio a écrit : > Hi guys, i'm trying to make a simple query using sqlite through gdal > library ( http://www.gdal.org/ogr_sql.html ) > > I have a simple table with two columns: ID and (asd*) (both columns have > integer values) > > I want the minimun

[gdal-dev] Gdal and SQLite

2014-12-23 Thread Federico Jurio
Hi guys, i'm trying to make a simple query using sqlite through gdal library ( http://www.gdal.org/ogr_sql.html ) I have a simple table with two columns: ID and (asd*) (both columns have integer values) I want the minimun value of this columns My first attempt was successful E:\Pruebas>ogrinfo