sql server 2008 - select records in table -
sql server 2008 - select records in table -
we have table next fields
name nvarchar(10) family nvarchar(20) the table contains next record
jach stonre sara sufia mona morgan the next code written select
select * tbluser ta ta.name in('%j%') why output code ?
i think want:
select * tbluser ta ta.name n'%j%' sql-server-2008
Comments
Post a Comment