From 2fd765545a01181e552a729926ffc65d65221796 Mon Sep 17 00:00:00 2001 From: Frank945946 <108602632+Frank945946@users.noreply.github.com> Date: Fri, 22 Dec 2023 17:12:49 +0800 Subject: [PATCH] Update external-storage-uri.md --- external-storage-uri.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/external-storage-uri.md b/external-storage-uri.md index dfd7202e17db5..bc3eee2a0f29c 100644 --- a/external-storage-uri.md +++ b/external-storage-uri.md @@ -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} -``` \ No newline at end of file