Announcement

Collapse
No announcement yet.

COMMENT ON COLUMN in CREATE TABLE Anweisung

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • COMMENT ON COLUMN in CREATE TABLE Anweisung

    Hola!

    Kurz Frage:

    Ist es möglich schon in der CREATE TABLE Anweisung Kommentare zu Columns zu vergeben?

    Ungefähr so:
    zahl NUMBER(*,0) NOT NULL COMMENT 'Testkommentar',

    was allerdings nicht funktioniert...

    So gehts, würde es jedoch lieber direkt in CREATE TABLE haben:
    COMMENT ON COLUMN tabelle.zahl IS 'Testkommentar';

    Bei Google hab ich dazu nix gefunden

    thx

  • #2
    Nein das geht nicht. Vgl. dazu die Doku.

    Dim
    Zitat Tom Kyte:
    I have a simple philosophy when it comes to the Oracle Database: you can treat it as a black box and just stick data into it, or you can understand how it works and exploit it as a powerful computing environment.

    Comment

    Working...
    X