Browsing index pages (2 articles)
↧
coldfusion, sql: Divide a Search Phrase into Multiple Searchable Terms in a...
Here’s an example how to break up a search phrase which is either separated by space or comma into multiple single search terms so that we can perform LIKE in multiple database fields for searching....
View ArticleKeep One Record With Duplicate Field and Unique Field
A table has 3 fields: company, companyCode, and email. companyABC abc someone@abc.com companyXYZ xyz someone@abc.com The same email address (someone@abc.com) may appear in different companies. We want...
View Article
Browsing index pages (2 articles)