Hi all!!
Does anybody know how I can create a function in SQL 7.0?? I have to
create functions that return a value that can be used in a select
statement. I think SQL Server version 7.0 doesn't support CREATE
FUNCTION, does it?
Ex:
Select MyFunction(Para meter)
From MyTable
Thanks a lot,
Does anybody know how I can create a function in SQL 7.0?? I have to
create functions that return a value that can be used in a select
statement. I think SQL Server version 7.0 doesn't support CREATE
FUNCTION, does it?
Ex:
Select MyFunction(Para meter)
From MyTable
Thanks a lot,
Comment