[tinysql] tiny-sql
Brian Jepson
bjepson@jepstone.net
Thu, 22 Apr 2004 05:45:26 -0700 (PDT)
I don't believe that we have support for these functions in tinySQL. I'm
not sure what it would take to implement them, but I think it would be a
significant effort.
On Thu, 22 Apr 2004, Fabian Ruhoff wrote:
> Hi!
>
>
>
> We are using tiny-sql for reading data from .dbf files. (surprised?!?)
>
> All the standard sql actions do work fine. But we need functions like max or
> min or sum.
>
>
>
> e.g.
>
>
>
> select count(*) from table;
>
> select sum(row_2) from table;
>
> .
>
> .
>
>
>
> Is that also possible with your driver? Do you have a driver like that? Do
> you know where to get it?
>
>
>
> Thanks!
>
>
>
> Fab.
>
>
>
> Homepage <http://www.RuN-e.de> www.RuN-e.de
>
>
>
>