Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: xlncsql
  • Content: Threads
  • Order by date
  1. xlncsql

    Problem with functions return statement

    Hi I am beginner to sqlserver and facinf a problem with functions can I get some help on it. Here is my programm create function fun_split ( @string varchar(20) ) RETURN char(5) begin declare @b int,@c char(5) set @string = replace('m1,m2,m3',',','.') set @b=0 while(@b<4) begin...

Part and Inventory Search

Back
Top