![]() |
|
|
Регистрация | << Правила форума >> | FAQ | Пользователи | Календарь | Поиск | Сообщения за сегодня | Все разделы прочитаны |
|
Опции темы | Поиск в этой теме | Опции просмотра |
#5
|
|||
|
|||
![]() Цитата:
Код:
form2.adoquery3.SQL.add('SELECT * FROM temporable where not exists (select 1 from CB where CB.catalog=temporable.catalog)'); Код:
form2.adoquery3.SQL.add('SELECT * FROM temporable where not exists (select * from CB where CB.[catalog]=temporable.[catalog])'); Всё заработало таким вот образом: Код:
form2.adoquery3.SQL.add('SELECT * FROM temporable where not exists (select 1 from CB where temporable.[catalog]=CB.[catalog])'); Благодарю! Последний раз редактировалось Moneo, 01.03.2016 в 16:43. |