question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

show many lines in result zone when query like `show create table xxxx`

See original GitHub issue

when 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 image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:18

github_iconTop GitHub Comments

1reaction
rickbergfalkcommented, Nov 26, 2020

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

1reaction
rickbergfalkcommented, Nov 26, 2020

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%.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found