Re: [SQL] INDEX and LIKE

2004-11-29 Thread Olivier Hubaut
On Mon, 29 Nov 2004 12:19:12 +, T E Schmitz <[EMAIL PROTECTED]> wrote: 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? No, It wou

[SQL] INDEX and LIKE

2004-11-29 Thread T E Schmitz
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)-