
22.05.2006, 21:47
|
|
Регистрация: Apr 2003
Сообщений: 243
|
(select pages.text, pages.anchor, 0 as id from pages where pages.text LIKE '%interpro%')
union
(select articles.text, '' as anchor, articles.id from articles where articles.text LIKE '%interpro%');
Последний раз редактировалось styx; 22.05.2006 в 21:54.
|