readme asgroup byorder bypaginationsql functionsunionwhere ingesting datainstallationsecuritysetupsyntaxwriting queries deleteinsert intoresetselectupdate

Reset

The RESET statement is used to delete all existing records in a table.

RESET table_name

You can also reset all tables by using the wildcard character.

RESET *