# sel000024 # # Versions # -------- # 3.22 # 3.23 # # Description # ----------- # Strings. # Testing string comparisons; LIKE, '%'. # @r/sel000024.result SELECT "a" LIKE "%%b","a" LIKE "%%ab","ab" LIKE "a\%", "ab" LIKE "_", "ab" LIKE "ab_", "abc" LIKE "%_d", "abc" LIKE "abc%d";