Skip to content

Commit 0902499

Browse files
authored
Update select-into-clause-transact-sql.md
Fixes https://github.com/MicrosoftDocs/sql-docs/issues/4934
1 parent 9382521 commit 0902499

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/queries/select-into-clause-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ INTO Fast_Customers from Insured_Customers INNER JOIN
227227
ON Insured_Customers.CustomerKey = SensorD.CustomerKey
228228
ORDER BY YearlyIncome;
229229
```
230-
### F. Creating a new table as a copy of another table and loading it a specified filegroup
230+
### F. Copying the data from one table to another and create the new table on a specified filegroup
231231
The following example demonstrates creating a new table as a copy of another table and loading it into a specified filegroup different from the default filegroup of the user.
232232

233233
**Applies to:** [!INCLUDE[ssSQL15](../../includes/sssql15-md.md)] SP2 and later.

0 commit comments

Comments
 (0)