-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWarehouseTable.mysql-notebook
More file actions
93 lines (93 loc) · 2.64 KB
/
Copy pathWarehouseTable.mysql-notebook
File metadata and controls
93 lines (93 loc) · 2.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"type": "MySQLNotebook",
"version": "1.0",
"caption": "DB Notebook",
"content": "\\about\n",
"options": {
"tabSize": 4,
"indentSize": 4,
"insertSpaces": true,
"defaultEOL": "LF",
"trimAutoWhitespace": true
},
"viewState": {
"cursorState": [
{
"inSelectionMode": false,
"selectionStart": {
"lineNumber": 2,
"column": 1
},
"position": {
"lineNumber": 2,
"column": 1
}
}
],
"viewState": {
"scrollLeft": 0,
"firstPosition": {
"lineNumber": 1,
"column": 1
},
"firstPositionDeltaTop": 0
},
"contributionsState": {
"editor.contrib.folding": {},
"editor.contrib.wordHighlighter": false
}
},
"contexts": [
{
"state": {
"start": 1,
"end": 1,
"language": "mysql",
"result": {
"type": "text",
"text": [
{
"type": 2,
"content": "Welcome to the MySQL Shell - DB Notebook.\n\nPress Ctrl+Enter to execute the code block.\n\nExecute \\sql to switch to SQL, \\js to JavaScript and \\ts to TypeScript mode.\nExecute \\help or \\? for help;",
"language": "ansi"
}
]
},
"currentHeight": 118.390625,
"currentSet": 1,
"statements": [
{
"delimiter": ";",
"span": {
"start": 0,
"length": 6
},
"contentStart": 0,
"state": 0
}
]
},
"data": []
},
{
"state": {
"start": 2,
"end": 2,
"language": "mysql",
"currentSet": 1,
"statements": [
{
"delimiter": ";",
"span": {
"start": 0,
"length": 0
},
"contentStart": 0,
"state": 0
}
]
},
"data": []
}
]
}