I have to study a table on monetdb that probably has many columns. When I do
SELECT * from cat.data limit 1;
I get
1 tuple !5600 columns dropped!
Which I interpret as not getting all the columns from the console.
I am using mclient to connect to the database.
I tried withe DESC
, DESCRIBE
- didnt work. Any help?