sqlite-users  

[sqlite] select userfunc(*)

Bradley Smith
Fri, 16 May 2008 21:40:17 -0700

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