0 votes
487 views
asked May 28, 2017 by datalab (19,200 points) | 487 views

1 Answer

0 votes

Say you wanted to delete a table named table1 in your MyDB.

In a notebook you would do:

queryClient.drop(token,'table1')

Using the Data Lab command line client (after datalab login):

$datalab listdb
table1

$datalab dropdb table=table1
$datalab listdb
No tables

answered May 28, 2017 by robnik (1,040 points)
edited May 30, 2017 by robnik

359 questions

372 answers

385 comments

2,451 users

Welcome to Data Lab Help Desk, where you can ask questions and receive answers from other members of the community.