I'm not certain what you are trying to do, but...

Consider the SQL "UNION", "UNION ALL", "INTERSECT", or "INTERSECT ALL" statements perhaps? They allow you to combine the results of two queries into a single result set (as a single query.)

Chander

On 2/14/12 1:24 PM, Bob Pawley wrote:
Is there a method of having two --sql commands in one command prompt execution.
I have attempted
1. --sql "first statement " --sql "second"
2. --sql "first; second"
3. sql "first " "second"
4. --sql "first" --overwrite --skipfailures -sql "second" (an attempt to separate the two).
Bob


_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to