I have external tables (spectrum in S3).
I can query them without any problem but when im trying to expand my table columns im getting this error:
Does someone knows how can I fix it and show the external table meta data?
What DBeaver version do you use? We fixed this issue a few months ago. Maybe an update of the DBeaver version will help you.
Related
Sorry for the stupid question,
I'm new to Pentaho I would like to know why I can't see "Inspect your data" in pdi-ce-9.3.0.0-428 CE version.
Is there any plugins I need to add? or does it just exist only in the enterprise version?
Another question: How can I make it and display chart? is there any other way after filtering a simple csv file?
Thanks for whoever answers me!
For some reason, and after I create a custom SQL Function on PostgreSQL and add a computed field to another relation based on that function, Hasura explorer data disappears.
So, basically, I am facing this exact issue but I can see it's closed without any clear solution: https://github.com/hasura/graphql-engine/issues/5514
Does anyone have a workaround?
Many years ago someone showed me that you can display or save your SQL queries in a window within Oracle SQL Developer.
I forget how to make that happen? Does anyone know how or what it is called? Under View menu?
Thank you!
I found it.
It is called Snippets in View menu.
You can create your query there and just use it from there too.
Thank you all!
I am using Tableau Desktop 9.3. I saw on a tutorial that Table Calculation has a Customize option (first graph), however, i couldn't find it on my version? Can someone advise me how can I add it?
Thanks!
enter image description here
enter image description here
I believe the way this is done has been changed in 9.3 see this tutorial
Hope this helps
I have some tables in moodle. how can I add a table in it?
I built my table in xmldbeditor first. Then, paste the php code in db/upgrade.php and change it's version to date (2012103000). finall I change version.php to that version. But i think it isn't created. what's the problem?
You need to create proper plugin for that the best place is local plugin folder.
if you creating a new plugin then you can add your tables in local/pluginname/db/install.xml
install.xml will only call when plugin is installed first time.
after that if want to change in structure then you need to put your code into db/upgrade.php and need to change the version and open admin/index.php
I usually back up the data in the tables I already have, uninstall the plugin and then go to the notifications page to install it again. Update.php should be called when you type in a new version number within version.php and then visit the notifications page, but when I am developing a plugin I tend not to rely on that.
Alternatively, load the table within the XMLDB editor on Moodle and click on the "[View SQL code]" link. This will generate SQL code which can be executed on PHPMyAdmin or MySQL Workbench to create the table directly.