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
The output of the command includes: `TableFullScan (Table: a/b/c/my_table, ...`
@@ -98,7 +98,7 @@ Let's consider the following scenario:
98
98
As the result of the steps described above, the `my_view` view is restored and selects from the `my_table` table:
99
99
100
100
```bash
101
-
ydb sql --script 'select * from my_view' --explain
101
+
ydb sql --script 'SELECT * FROM my_view' --explain
102
102
```
103
103
104
104
The output of the command includes: `TableFullScan (Table: my_table, ...`
@@ -133,7 +133,7 @@ Let's consider the following scenario:
133
133
As the result of the steps described above, the `root_view` view is restored and selects from the `root_table` table located in the `/restored_database`:
0 commit comments