File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ Either way: The `hyper_kernel` allows you to quickly do so.
114114
115115To open the Hyper file, use
116116```
117- \attach "path/to/my/ data.hyper" database1
117+ \attach "data.hyper" database1
118118```
119119
120120from here on, you can explore the data inside your file.
@@ -140,5 +140,5 @@ In particular, you can use:
140140* ` \o - ` to disard the output of all following queries (mostly useful for measuring execution times if we don't care about the actual result)
141141* ` \o ` to reset the output and display it on the console again
142142* ` \i <file> ` to read a query from a file and execute it
143- * ` \attach <file > <alias> ` to open a Hyper file within your current session, such that you can access the tables contained within the Hyper file
143+ * ` \attach <filepath > <alias> ` to open a Hyper file within your current session, such that you can access the tables contained within the Hyper file
144144* ` \detach <alias> ` to close a Hyper file which is currently attached
You can’t perform that action at this time.
0 commit comments