Board index » delphi » Substring filter
Tim Stannard
![]() Delphi Developer |
Sun, 14 Feb 1999 03:00:00 GMT
Substring filterIn article <5013rk$...@news.sct.fr>, pbontant#nordmail.nordnet.fr@?.? Quote>Hy, Are you able to use a Query instead of a Table? If so you can use the LIKE operator in your WHERE clause As in your example above SELECT .... FROM tablename (% = percent sign incase it gets lost over news, it's the SQL equivalent Hope this helps. -- |