On Thursday, September 25, 2003, at 11:55 AM, Juan Francisco Diaz
wrote:
> As i see it, the return types are the same (cabezalista) whic is a
> table in
> my database... I think something went wrong when i dropped and re
> created
> the table in order to add a column and do some other minor changes
> (like
> changing char(6) to char (7) in some columns)
Because of how functions caches database information, dropping the
table and/or columns results in an error.
You just need to re-create the function in question and all should be
fine.
-heath