i want to search in sql server with must have parameter in one colunm
- by sherif4csharp
hello
i am usning c# and ms SQL server 2008
i have table like this
id | propertyTypeId | FinishingQualityId | title | Description | features
1 1 2 prop1 propDEsc1 1,3,5,7
2 2 3 prop2 propDEsc2 1,3
3 6 5 …