I have a column name in one of my tables called: 3RD_DIAG_CODE - VARCHAR2 (10 Byte)
3RD_DIAG_CODE - VARCHAR2 (10 Byte)
When I try to run a query, it gives me the following error highlight
Check your specification, but in SQL Server we would have to enclose that column name in square brackets: [3RD_DIAG_CODE]
[3RD_DIAG_CODE]