Jump to content

jaseervp@ymail.com

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by jaseervp@ymail.com

  1. hello,

     

    I have a table, that contains null in one column. when I query on that table null is also appearing in the result. Is there any option to hide the null?

    -------------
    | id | name |
    |----------- |
    | 1 | null |
    | 2 | BANK |
    -------------
    expected result is:
    -------------
    | id | name |
    |-------------|
    | 1 | |
    | 2 | BANK |
    -------------
  2. If you are deleting data from a huge table, fire commit in a regular interval(eg: execute commit after deleting each 1000 rows). It will help to reuse the undo/rollback space

×
×
  • Create New...