XMLWordPrintableJSON

Details

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

    Description

      delete and update supported in PostgresSQL

      create table emp_test(id int);
      insert into emp_test values(100);
      insert into emp_test values(200);
      select * from emp_test;
      delete from emp_test where id=100;
      select * from emp_test;
      update emp_test set id=500 where id=200;
      select * from emp_test;

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: