When [types] is in the syntaxt it’s not render when displaying the page.
-
In the second code box you can see that there is:
INNER JOIN sys. tp ON [tp].[system_type_id]
But it shuold be:
INNER JOIN sys.[types] tp ON [tp].[system_type_id]
When [] brackets are removed, it will show ..sys.types…
This behavior should be corrected because [] brackets are commont in T-SQL language and any word can be enclosed within them.
Thank you
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘When [types] is in the syntaxt it’s not render when displaying the page.’ is closed to new replies.