Why The Function cannot be called

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • appujanu96
    New Member
    • Jul 2007
    • 2

    Why The Function cannot be called

    1) Why the Functions cannot be called from DML Statements?


    How can we insert the new records at location of deleted record in Sequences?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Functions can be called from DML Statements.

    You can't insert the new records at location of deleted record in Sequences.

    User have no control over that.

    As in RDBMS position of data is independent of retrival and presentataion.

    Comment

    Working...