TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About LIKE operator
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ishika Tiwari (1)
Keyur (1)
Naveen Kumar (1)
Vinod Kumar (1)
Suraj Sahoo (1)
Vilas Gite (1)
Related resources for LIKE operator
No resource found
Explain SQL Wildcard Characters
5/22/2024 9:51:16 AM.
In this article we will learn what is SQL Wildcard Characters. Mastering SQL wildcard characters enhances data retrieval by enabling versatile pattern matching. Learn to use `%`, `_`, `[]`, `^`, and `
Understanding LIKE vs ILIKE in PostgreSQL
12/5/2023 5:14:46 AM.
In this article, we will focus on the differences between the LIKE and ILIKE operators, and how to use them effectively.
Search Functionality in SQL Server
10/12/2023 5:01:38 AM.
In SQL Server, searching for specific patterns in columns is achieved using the LIKE operator. It employs wildcards such as '%' for multiple characters (e.g., 'Acc%') and '_' f
MySQL Like Operator in PHP
12/19/2018 12:01:54 AM.
In this article I will explain the MySQL Like operator in PHP. The MySQL Like operator is based on pattern matching and commonly used to select data based on pattern matching.
Basic Terminology of SQL Server
3/17/2015 9:48:02 PM.
In this article we learn SQL from the basics. Here I describe all the basic terminology of SQL.
SQL SERVER 2005 : Using Special Characters (Wild Characters) in LIKE And NOT LIKE Operator
5/19/2012 5:46:20 AM.
Special Characters are used for finding a specific character string using the LIKE operator in SQL SERVER.