Skip to content

Commit

Permalink
Update external-storage-uri.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank945946 authored Dec 22, 2023
1 parent de49c6c commit 2fd7655
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions external-storage-uri.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,3 @@ The following is an example of an Azure Blob Storage URI for TiDB Lightning and
```shell
azure://external/testfolder?account-name=${account-name}&account-key=${account-key}
```

The following is an example of an Azure Blob Storage URI for [`IMPORT INTO`](/sql-statements/sql-statement-import-into.md). In this example, you need to specify a specific filename `test.csv`.

```shell
azure://external/test.csv?account-name=${account-name}&account-key=${account-key}
```

0 comments on commit 2fd7655

Please sign in to comment.