Why does a user defined function receive zero arguments when used in the 
following expression?

   select userfunc(*) from t;

Assuming table t was created with

   create table t (a, b);
   insert into t values(1, 'first');
   insert into t values(2, 'second');


Thanks,
   Bradley

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

Reply via email to