show many lines in result zone when query like `show create table xxxx`
See original GitHub issuewhen I execute the query like show create table xxx
, the query result of the table info are squeezed into one line.
when query result is one line, I suggest the result can recognize the line-feed
(return
) character, and can show all information like showing in the Chrome console.
Is this a good idea? @rickbergfalk
Issue Analytics
- State:
- Created 3 years ago
- Comments:18
Top Results From Across the Web
13.7.7.29 SHOW PROCESSLIST Statement
The SHOW PROCESSLIST statement is very useful if you get the “too many connections” error message and want to find out what is...
Read more >Chapter 11. SQL Statement Syntax
In a table resulting from CREATE TABLE ... SELECT , columns named only in the CREATE TABLE part come first. Columns named in...
Read more >SQL Query with dynamic number of columns - Ask TOM
SQL Query with dynamic number of columns Hi Tom,I have a table like thiscreate table temp1(f_name varchar2(100), f_date date, f_amount integer);Records in ...
Read more >SELECT statement to fix a date/timezone problem in original ...
An application creates a date in a SQL table that is actually a local ... However, I am making a VIEW, and I...
Read more >Db2 11 - Db2 SQL - CREATE TABLE - IBM
Additional privileges might be required in the following conditions: The clause IN, LIKE or FOREIGN KEY is specified. The data type of a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I tagged 6.0.1 with query history fix. It does not have this work in it. I’ll tag that as 6.1.0 but want to see how this feels a bit more before I do
I’ll see what we can do. For the expand button, it’d require not using a virtualized/windowed library, but that might be okay for small result sets. For single column results we can maybe make the width of the cell 100%.