Viewing 2 posts - 1 through 2 (of 2 total)
got it to work..
anyway I used this..
DECLARE @VALUE NVARCHAR(5)
SET @VALUE='384'
SELECT [Supplier],[Name] FROM scheme.plsuppm Where [Name] like '%' + @VALUE + '%'
Thanks..
January 7, 2009 at 7:03 am
#922498
hehe..
i guess that solves my problem..
thanks to you guys..
December 30, 2008 at 2:37 am
#918878