You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the open editors DB Notebook to make a notebook, if I want to show the data and jump to the DB Notebook, the data file will not show the specific data.
The text was updated successfully, but these errors were encountered:
Opening a script file will not automatically run its content. That test.classes file is such a script. You didn't use a notebook.
What you can do instead is to go to the connection tree in the sidebar, expand the connection node and the test schema node. Then expand the Tables node so that you can see your classes table. Right click on that entry and chlick on Select Rows. This will open this connection (if not done yet) and will create a notebook (if not done yet) and run the query to select the table's content, which in turn will show the table's content.
When I use the open editors DB Notebook to make a notebook, if I want to show the data and jump to the DB Notebook, the data file will not show the specific data.
The text was updated successfully, but these errors were encountered: