XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 3.0.0
    • None
    • SQL
    • None

    Description

      PostgreSQL supports default option as below

      **CREATE TABLE update_test (
      a INT DEFAULT 10,
      b INT
      );
      INSERT INTO update_test VALUES (5, 10);
      INSERT INTO update_test(b) VALUES (15);
      SELECT * FROM update_test;

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              abhishek.akg ABHISHEK KUMAR GUPTA
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: