sq tbl drop

Drop one or more tables. Note that this command
only applies to SQL sources.

Usage:
  sq tbl drop @HANDLE.TABLE [flags]

Examples:
# drop table "actor" in src @sakila_sl3
  $ sq tbl drop @sakila_sl3.actor

  # drop table "payment"" in the active src
  $ sq tbl drop .payment

  # drop multiple tables
  $ sq drop .payment @sakila_sl3.actor


Flags:
      --help   help for drop

Global Flags:
  -M, --monochrome   Don't colorize output
  -v, --verbose      Print verbose output, if applicable