Skip to content

Commit

Permalink
Update tidb-cloud/tidb-cloud-import-local-files.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd authored Jul 5, 2023
1 parent a1e7668 commit cafadf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidb-cloud/tidb-cloud-import-local-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ In this case, you can use [LOAD DATA](/sql-statements/sql-statement-load-data.md
CREATE TABLE `url` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`client` smallint(5) unsigned NOT NULL,
`dest` varchar(5),
`address` varchar(5),
`employee` smallint(5) unsigned NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB;
Expand Down

0 comments on commit cafadf9

Please sign in to comment.