"Bradley Smith" <[EMAIL PROTECTED]> wrote
in message news:[EMAIL PROTECTED]
> Why does a user defined function receive zero arguments when used in
> the following expression?
>
>   select userfunc(*) from t;

Why would you expect otherwise? The only precedent in standard SQL for a 
syntax like this is count(*), which doesn't need any arguments.

Igor Tandetnik 



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to