Subject | Re: Queries in UDFs |
---|---|
Author | Adam |
Post date | 2007-11-19T02:02:38Z |
Sorry typo:
INSERT INTO somenumbers (n) select y from substitute(1);
Also, if this is always the way your insert statements work, you could
consider using a before insert trigger to perform the substitution so
it is totally transparent.
Adam
INSERT INTO somenumbers (n) select y from substitute(1);
Also, if this is always the way your insert statements work, you could
consider using a before insert trigger to perform the substitution so
it is totally transparent.
Adam