Hello,

I need to be able to perform wildcard searches on a VARCHAR(100) column of the form

SELECT * FROM item WHERE serial_no LIKE '%12345678%'

Would an index on serial_no do anything at all for this search?

--


Regards/Gruß,

Tarlika Elisabeth Schmitz

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
     joining column's datatypes do not match

Reply via email to