Skip to content

Fixing SQL error in object-id-transact-sql.md#323

Merged
craigg-msft merged 1 commit intoMicrosoftDocs:livefrom
JaredLGillespie:patch-1
Jan 8, 2018
Merged

Fixing SQL error in object-id-transact-sql.md#323
craigg-msft merged 1 commit intoMicrosoftDocs:livefrom
JaredLGillespie:patch-1

Conversation

@JaredLGillespie
Copy link
Contributor

Adding missing single-quote in....

SELECT OBJECT_ID(AdventureWorksPDW2012.dbo.FactFinance') AS 'Object ID';  

Adding missing single-quote in....
```  
SELECT OBJECT_ID(AdventureWorksPDW2012.dbo.FactFinance') AS 'Object ID';  
```
@edmacauley
Copy link
Contributor

Hi @JaredLGillespie, thanks for fixing that typo, good catch. #sign-off

@PRMerger3
Copy link
Contributor

@JaredLGillespie : Thanks for your contribution to the SQL documentation! The author, @edmacauley, has been notified to review your proposed change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants