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.
| 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 asSelect field1,field2 from table1 where column = (Select dbo.function(select field1 from table1)) Solution needed ..." |
|
|
|
|
|