<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Not Like Symbol in SQL</title><link>http://www.bing.com:80/search?q=Not+Like+Symbol+in+SQL</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Not Like Symbol in SQL</title><link>http://www.bing.com:80/search?q=Not+Like+Symbol+in+SQL</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>SQL NOT Operator - W3Schools</title><link>https://www.w3schools.com/sql/sql_not.asp</link><description>The NOT LIKE Operator The NOT LIKE operator is used in the WHERE clause to exclude rows that match a specified character pattern. There are two wildcards often used in conjunction with the NOT LIKE operator: A percent sign % - represents zero, one, or multiple characters A underscore sign _ - represents a single character The following SQL selects all customers that do NOT start with the ...</description><pubDate>Fri, 03 Apr 2026 00:29:00 GMT</pubDate></item><item><title>SQL LIKE and NOT LIKE Operators (With Examples) - Programiz</title><link>https://www.programiz.com/sql/like-operator</link><description>The LIKE operator in SQL is used with the WHERE clause to check if a value matches a given string. In this tutorial, we'll learn about the LIKE clause in SQL and how to use them with examples.</description><pubDate>Thu, 26 Mar 2026 07:05:00 GMT</pubDate></item><item><title>PostgreSQL - NOT LIKE operator - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/postgresql/postgresql-not-like-operator/</link><description>The PostgreSQL NOT LIKE operator is a powerful tool used in SQL queries to filter out rows that do not match specific patterns. By utilizing this operator, users can eliminate undesired string patterns from their results, enabling more precise data retrieval.</description><pubDate>Tue, 31 Mar 2026 16:11:00 GMT</pubDate></item><item><title>MySQL NOT LIKE operator - w3resource</title><link>https://www.w3resource.com/mysql/comparision-functions-and-operators/not-like.php</link><description>NOT LIKE operator MySQL NOT LIKE is used to exclude those rows which are matching the criterion followed by LIKE operator. Syntax: expr NOT LIKE pat [ESCAPE 'escape_char'] Pattern matching using SQL simple regular expression comparison. Returns 1 (TRUE) or 0 (FALSE). If either expr or pat is NULL, the result is NULL. The pattern need not be a literal string. For example, it can be specified as ...</description><pubDate>Wed, 01 Apr 2026 17:35:00 GMT</pubDate></item><item><title>[ NOT ] LIKE - Snowflake Documentation</title><link>https://docs.snowflake.com/en/sql-reference/functions/like</link><description>Performs a case-sensitive comparison to determine whether a string matches or does not match a specified pattern. For case-insensitive matching, use ILIKE instead. LIKE, ILIKE, and RLIKE all perform similar operations. However, RLIKE uses POSIX ERE (Extended Regular Expression) syntax instead of the SQL pattern syntax used by LIKE and ILIKE.</description><pubDate>Thu, 02 Apr 2026 12:19:00 GMT</pubDate></item><item><title>sql server 2008 - SQL query with NOT LIKE IN - Stack Overflow</title><link>https://stackoverflow.com/questions/9393439/sql-query-with-not-like-in</link><description>Please help me to write an SQL query with the condition as NOT LIKE IN.</description><pubDate>Thu, 02 Apr 2026 05:17:00 GMT</pubDate></item><item><title>Not Like Operator: Strategic Playbook for Modern Businesses | SQL ...</title><link>https://www.sqlforgeeks.com/not-like-operator</link><description>The strongest outcomes occur when teams align priorities across leadership, operations, and delivery partners. Establish ownership early: who owns outcomes, data quality, and rele…</description><pubDate>Sat, 21 Mar 2026 11:36:00 GMT</pubDate></item><item><title>SQL NOT Operator</title><link>https://www.sqltutorial.org/sql-not/</link><description>This tutorial shows you how to use the SQL NOT operator to negate a boolean expression in the WHERE clause of the SELECT statement.</description><pubDate>Thu, 02 Apr 2026 02:32:00 GMT</pubDate></item><item><title>List of special characters for the SQL 'LIKE' clause</title><link>https://stackoverflow.com/questions/712580/list-of-special-characters-for-the-sql-like-clause</link><description>ANSI SQL-92: % _ an ESCAPE character only if specified. It is disappointing that many databases do not stick to the standard rules and add extra characters, or incorrectly enable ESCAPE with a default value of ‘\’ when it is missing. Like we don't already have enough trouble with ‘\’! It's impossible to write DBMS-independent code here, because you don't know what characters you're ...</description><pubDate>Tue, 31 Mar 2026 18:27:00 GMT</pubDate></item><item><title>SQL Tutorial - W3Schools</title><link>https://www.w3schools.com/sql/</link><description>SQL is a standard language for storing, manipulating and retrieving data in databases. Our SQL tutorial will teach you how to use SQL in: MySQL, SQL Server, MS Access, Oracle, PostgreSQL, and other database systems.</description><pubDate>Fri, 03 Apr 2026 10:59:00 GMT</pubDate></item></channel></rss>