Skip to content

Commit 344dddd

Browse files
authored
Update delete-transact-sql.md
Adding an underscore which appears to have been missing.
1 parent e9d2918 commit 344dddd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/statements/delete-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ DELETE FROM [database_name . [ schema ] . | schema. ] table_name
113113
*schema_name*
114114
The name of the schema to which the table or view belongs.
115115

116-
*table_or view_name*
116+
*table_or_view_name*
117117
The name of the table or view from which the rows are to be removed.
118118

119119
A table variable, within its scope, also can be used as a table source in a DELETE statement.

0 commit comments

Comments
 (0)