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
{{ message }}
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.
If you put a really long query in the editor - I'm talking about more than 20 lines - you will not be able to see the final part of it in the editor. When you try to "scroll" to the end the last part is incessant, behind the menu that has below.
How to play:
Copy the query below in the editor.
Run the query.
Try to scroll to the end of the query and see column 30.
SELECT
1 AS Column1,
2 AS Column2,
3 AS Column3,
4 AS Column4,
5 AS Column5,
6 AS Column6,
7 AS Column7,
8 AS Column8,
9 AS Column9,
10 AS Column10,
11 AS Column11,
12 AS Column12,
13 AS Column13,
14 AS Column14,
15 AS Column15,
16 AS Column16,
17 AS Column17,
18 AS Column18,
19 AS Column19,
20 AS Column20,
21 AS Column21,
22 AS Column22,
23 AS Column23,
24 AS Column24,
25 AS Column25,
26 AS Column26,
27 AS Column27,
28 AS Column28,
29 AS Column29,
30 AS Column30
The text was updated successfully, but these errors were encountered:
If you put a really long query in the editor - I'm talking about more than 20 lines - you will not be able to see the final part of it in the editor. When you try to "scroll" to the end the last part is incessant, behind the menu that has below.
How to play:
The text was updated successfully, but these errors were encountered: