Project

General

Profile

1
/* prevent "column already exists" errors when there is an input column of the
2
same name as an output column */
3
ALTER TABLE omoccurrences RENAME "occurrenceID" TO "*occurrenceID";
(9-9/9)