| Posted by JκdruΆ on 11/14/07 19:05 
Hello
 My friend gave me stored procedure, and I understand this code:
 
 create table t (x varchar(50), y int)
 insert into t (x)
 select 'bob' + char(1) + 'fred'
 select * from t
 
 Please explain me and corect this code.
 
 Andrzej
  Navigation: [Reply to this message] |