0 votes
158 views
by archup (120 points) | 158 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.9k points)

489 questions

497 answers

491 comments

677 users

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

Categories