We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f8e33b + 4d14b3a commit 031bdd1Copy full SHA for 031bdd1
1 file changed
docs/t-sql/functions/object-id-transact-sql.md
@@ -130,7 +130,7 @@ GO
130
The following example returns the object ID for the `FactFinance` table in the [!INCLUDE[ssawPDW](../../includes/ssawpdw-md.md)] database.
131
132
```
133
-SELECT OBJECT_ID(AdventureWorksPDW2012.dbo.FactFinance') AS 'Object ID';
+SELECT OBJECT_ID('AdventureWorksPDW2012.dbo.FactFinance') AS 'Object ID';
134
135
136
## See Also
0 commit comments