Обсуждение: Setting rule on COPY command

Поиск
Список
Период
Сортировка

Setting rule on COPY command

От
dcpatel@hss.hns.com (D C Patel)
Дата:
I have been copying the bulk amount of data from an ascii file to
database to avoid delay in individual insertion. However I couldn't
get any method to put a rule for inserting the row while copying, like
it happens when individual INSERT command is executed.One can apply a
rule for Insertion/Delete/Update. Is it possible to have the same kind
of Rule functionality for COPY, where a rule will be applicable for
individual row when more than 1 row is being copied from file to
database at a time ?
OR any other functionality equivalent to rule on individual INSERT ?
Thanks.
Deep