Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 function

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-11-09 : 14:31:17
srini writes "Sir,
I have created "user defined Function" using CREATE FUNCTION Statement.
I need to call the function for each row .That is,my parameter to that function is nothing but a column value from each row.
i have tried as
Select field1,field2 from table1 where column = (Select dbo.function(select field1 from table1))

Solution needed ..."
   

- Advertisement -