>> CREATE TRIGGER NEW_TABLE9_BI FOR NEW_TABLE >> ACTIVE BEFORE INSERT POSITION 0 >> AS >> BEGIN >> IF (NEW_TABLE9.NEW_FIELD1 IS NULL) THEN >> NEW_TABLE9.NEW_FIELD1 = CURRENT_TIMESTAMP; >> END > > ... > А что такое NEW_TABLE9 ? Оно в SELECT'е или где упомянуто ? Не понял вопроса. Создаю таблицу, коммит, затем создаю триггер. Селекты были бы потом, после инсертов с коммитами :) Или же я чего-то не понимаю... Тогда ссылку на раздел в доке, плиз :) Потому что проблема - школьный немецкий не дал освоить толком английский. Темы из хелпа еще худо-бедно понимаю, но читать многостраничные хелпы все подряд не в состоянии...
- Re: Column does not belong to referenced table Alexander Kolokolzov
- Re: Column does not belong to referenced table Horsun Vlad
- Re: Column does not belong to referenced tab... Alexander Kolokolzov
- Re: Column does not belong to referenced... М.Королев
- Re: Column does not belong to refere... Alexander Kolokolzov
- Re: Column does not belong to referenced table Dmitry Yemanov
- Re: Column does not belong to referenced tab... Horsun Vlad
- Re: Column does not belong to referenced... Alexander Kolokolzov
- Re: Column does not belong to refere... Horsun Vlad
- Re: Column does not belong to r... Alexander Kolokolzov
- Re: Column does not belong to refere... Alexander A. Venikov

