0 votes
148 views
by archup (120 points) | 148 views

1 Answer

0 votes

MyDB tables are referenced in queries with a "mydb://" prefix on the tablename.  For example,

result = queryClient.query('select * from mydb://galaxies', out='mydb://copy_of_galaxies')

where the 'galaxies' table is something you've previously created in your MyDB and you are saving the result to another MyDB table called 'copy_of_galaxies'.  The same naming syntax applies when creating MyDB tables as the output from other queries from catalogs available in Data Lab.

Hope this helps, let us know if you continue to have questions.

by datalab (21.8k points)

467 questions

479 answers

477 comments

667 users

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

Categories