1

Trying to find if there is something similar to TRUNCATE TABLE in these 2 database systems.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Shiv
  • 11
  • 2
  • You would have to check their documentation, but it seems like a very reasonable command to support for any database that supports SQL. – Gordon Linoff Jan 17 '19 at 21:08

1 Answers1

1
MODIFY mytable TO TRUNCATED

is the equivalent SQL for Ingres/Vector/ActianX

PaulM
  • 446
  • 2
  • 12