Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 sql like statemnet john..t..n..

Author  Topic 

acc.bvk
Starting Member

1 Post

Posted - 2012-10-06 : 03:05:15
hi

This is my first post on this forum.I need sql statement as described below


parameter = john..t..
or
parameter=john..t..n..

%john%+t%+n%

sql has to return rows containing like parameter string.


thanks
chris


visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-10-06 : 11:42:54
parameter in ('john..t..','john..t..n..')

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -