Hello,
I have a function by the name isnum. I need to
reference it from another schema here is the
syntax
select *
from y
where isnum(x) = 0
I am getting an invalid column name when running it.
I prefixed the schema name to the function name no
same problem. If I run my query under the same schema
where the function is it works just fine.
Any ideas.
Thanks
I have a function by the name isnum. I need to
reference it from another schema here is the
syntax
select *
from y
where isnum(x) = 0
I am getting an invalid column name when running it.
I prefixed the schema name to the function name no
same problem. If I run my query under the same schema
where the function is it works just fine.
Any ideas.
Thanks