The four TEXT types TINYTEXT, TEXT, MEDIUMTEXT, and LONGTEXT correspond to the four BLOB types and have the same maximum lengths and storage requirements. The only difference between BLOB and TEXT types is that sorting and comparison is performed in case-sensitive fashion for BLOB values and case-insensitive fashion for TEXT values. In other words, a TEXT is a case-insensitive BLOB.
Om du nu vill göra en skiftlägesokänslig sökning i BLOB-fält kan du ju köra med något sådant här....
SELECT foo FROM bar WHERE UPPER(baz) LIKE '%QUUX%'
eller något. Kanske.
254 ms totalt · 4 externa anrop · v20260731065814-full.51f67c91