On 7/25/08, Alexey Pechnikov <[EMAIL PROTECTED]> wrote:
> Hello!
>
>  There is any way to create  'table functions', which are functions that 
> return
>  a rowset and are used in place of a table to generate rows?

afaik, that would be a VIEW. A SELECT can only return from a TABLE or
a VIEW, and a function can be applied to the returned values.


>
>
>  Best regards, Alexey.
>  _______________________________________________
>  sqlite-users mailing list
>  [email protected]
>  http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>


-- 
Puneet Kishor
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to