Wildcard LIKE and Sub-select
От | Travis Whitton |
---|---|
Тема | Wildcard LIKE and Sub-select |
Дата | |
Msg-id | cf9b4f3e0611100723r617301cen7f56902e288f1011@mail.gmail.com обсуждение исходный текст |
Ответы |
Re: Wildcard LIKE and Sub-select
|
Список | pgsql-sql |
Hi everybody,<br />I have two tables of the following structure:<br /><br />Table "keywords"<br /><br />column | type<br/>---------------------<br />id | integer<br />keyword | varchar(255)<br /><br />and<br /><br />Table "badwords"<br /><br />column | type<br />----------------------<br />badword | varchar(255)<br /><br /><br />I need todelete all the rows from the keywords table where badword partially matches the keyword field. I know I can do an exactmatch with a sub-select, but I'm not sure how to structure a wildcard match / like clause with a sub-select. Also, isthat the best way to do it, or should I be looking into full-text? I have roughly 10 million keywords and 1 million badwords.<br /><br />Thanks,<br />Travis<br /><br />
В списке pgsql-sql по дате отправления: