Skip to content

Commit 767af10

Browse files
authored
Merge pull request #110895 from kevinvngo/patch-151
Case
2 parents 39772ae + f069fca commit 767af10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql-data-warehouse/quickstart-bulk-load-copy-tsql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This quickstart assumes you already have a SQL pool. If a SQL pool hasn't been c
3333

3434
## Create the target table
3535

36-
In this example, we'll be loading data from the New York taxi dataset. we'll load a table called Trip that represents taxi trips taken within a single year. Run the following to create the table:
36+
In this example, we'll be loading data from the New York taxi dataset. We'll load a table called Trip that represents taxi trips taken within a single year. Run the following to create the table:
3737

3838
```sql
3939
CREATE TABLE [dbo].[Trip]

0 commit comments

Comments
 (0)