On Wed, Aug 6, 2014 at 1:47 PM, Ameya Aware <[email protected]> wrote: > Hi, > > Can anyone help with how to clear or delete already created tables?
To empty a table you could use the truncate command in the Blur shell. To completely delete it just use remove <tablename>. Before you can remove it, it must be disabled, so first call disable <tablename> Thanks, --tim
