Igor Tandetnik
Fri, 16 May 2008 21:47:43 -0700
"Bradley Smith" <[EMAIL PROTECTED]> wrote in message [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