Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Status
titlehydra (no longer supported)

The Informix MATCHES operator is a non-ANSI extension to SQL that has little equivalent support in other RDBMs systems.
Due to this, it is often necessary to replace all instances of the MATCHES operator in your SQL statements.
It is not necessary to address the use of the 4GL MATCHES operator. For example, the following statement will present no problems with database conversion:

Code Block
IF my_var MATCHES “[yY]” THEN .. END IF

However, the following statement will need to be addressed:

Code Block
SELECT * FROM customer WHERE fname MATCHES “[pP]*”

Filter by label (Content by label)
showLabelsfalse
max5
showSpacefalse
cqllabel = "db" and ancestor = "66289702"