Translations:Faq/Base/143/7/de

    From The Document Foundation Wiki

    CREATE TEXT TABLE "Geburtstage" ("ID" INT GENERATED BY DEFAULT AS IDENTITY, "Name" VARCHAR(50) NOT NULL, "Geburtsdatum" DATE ); Die Texttabelle wird als Tabelle mit automatisch hochzählendem Primärschlüssel erstellt. Anschließend wird die Texttabelle, die sich im gleichen Verzeichnis wie die Datenbank befindet, eingebunden: SET TABLE "Geburtstage" SOURCE "Geburtstage.csv;ignore_first=true;encoding=UTF-8";