Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 926 Bytes

like-predicate-limitations.md

File metadata and controls

23 lines (19 loc) · 926 Bytes
title description author ms.author ms.reviewer ms.date ms.service ms.subservice ms.topic helpviewer_keywords
LIKE predicate limitations
LIKE predicate limitations
David-Engel
v-davidengel
randolphwest
12/14/2023
sql
connectivity
reference
LIKE predicate limitations [ODBC]
ODBC SQL grammar, LIKE predicate limitations

LIKE predicate limitations

If data in a column is longer than 255 characters, the LIKE comparison is based only on the first 255 characters.

A LIKE used in a procedure is supported only with constant patterns. The Desktop Database Drivers support SQL-92 LIKE pattern matching.

Use of an escape clause in a LIKE predicate isn't supported.

A LIKE comparison shouldn't be performed on a column containing data of a numeric or float data type. The results might be unpredictable. For more information, see the Microsoft Jet Database Engine Programmer's Guide.