Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 36deb84

Browse files
authored
Merge pull request #10222 from vainolo/vainolo-patch-05
Adding brackets to sensitivity classification example so it works in DW
2 parents 360791d + f011180 commit 36deb84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/system-catalog-views/sys-sensitivity-classifications-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ The following example returns a table listing the table name, column name, label
6161
6262
```sql
6363
SELECT
64-
sys.all_objects.name AS TableName, sys.all_columns.name As ColumnName,
65-
[Label], Label_ID, Information_Type, Information_Type_ID
64+
sys.all_objects.name AS [TableName], sys.all_columns.name As [ColumnName],
65+
[Label], [Label_ID], [Information_Type], [Information_Type_ID]
6666
FROM
6767
sys.sensitivity_classifications
6868
left join sys.all_objects on sys.sensitivity_classifications.major_id = sys.all_objects.object_id

0 commit comments

Comments
 (0)