File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -757,7 +757,7 @@ Maximum number of indexes on a table? unlimited
757
757
758
758
The ~ operator does regular expression matching, and ~* does
759
759
case-insensitive regular expression matching. The case-insensitive
760
- variant of LIKE is called ILIKE.
760
+ variant of LIKE is called ILIKE and will appear in 7.1 .
761
761
762
762
4.14) In a query, how do I detect if a field is NULL?
763
763
Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ <H4><A name="4.13">4.13</A>) How do I perform regular expression
965
965
< P > The < I > ~</ I > operator does regular expression matching, and
966
966
< I > ~*</ I > does case-insensitive regular expression matching. The
967
967
case-insensitive variant of < SMALL > LIKE</ SMALL > is called
968
- < SMALL > ILIKE</ SMALL > .</ P >
968
+ < SMALL > ILIKE</ SMALL > and will appear in 7.1 .</ P >
969
969
970
970
< H4 > < A name ="4.14 "> 4.14</ A > ) In a query, how do I detect if a field
971
971
is < SMALL > NULL</ SMALL > ?</ H4 >
You can’t perform that action at this time.
0 commit comments