0 votes
570 views
by datalab (21.6k points) | 570 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

by robnik (1.0k points)
edited by 5

449 questions

463 answers

473 comments

658 users

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

Categories