I got the windows duckdb and installed it from https://duckdb.org/docs/installation/index?version=stable&environment=cli&platform=win&download_method=package_manager
I typed in the following
c:duckdb_cli-windows-amd64>duckdb
v1.0.0 1f98600c2c
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
D SELECT * from "H:SoftwareQATestTestFramework1resourcesmodels.csv"
Then i get this ┬╖ on the terminal…How do i proceed? What is this ┬╖??
Shown below.
c:duckdb_cli-windows-amd64>duckdb
v1.0.0 1f98600c2c
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
D SELECT * from "H:\SoftwareQA\Test\TestFramework1\resources\models.csv"
┬╖ select *
┬╖ view
┬╖ .help
┬╖
I was expecting the terminal to not suddenly change. Where can i find more information on this?