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

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -