2 replies
Hey i m new in programming and need you advice. Suppose if we are truncated using JDBC, How can we know that how much data is truncated? Help me, guys!!!!!!
#question
  • Profile picture of the author DEaFeYe
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[5326116].message }}
    • Profile picture of the author windfinder
      If you want to contol what is deleted use DELETE that takes the same WHERE clause that a SELECT would.
      {{ DiscussionBoard.errors[5326805].message }}
  • Profile picture of the author bilclark229
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[5362514].message }}
    • Profile picture of the author papachina
      TRUNCATE remove all rows and cannot be rolled back but it is not delete the table and Drop command is delete whole table and cannot be rolled back.
      {{ DiscussionBoard.errors[5401588].message }}

Trending Topics