By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
Msg 195 Level 15 State 10 Line 1
'version' is not a recognized built-in function name.
| BerthId | ShipType | ShipSize |
|---|---|---|
| 1 | Tanker | RoRo |
| 1 | Tanker | small tanker |
| 1 | Main Cargo | Small Main Cargo |
| 2 | Tanker | Small Tanker |
| ShipSize | Main Cargo | Tanker |
|---|---|---|
| RoRo | null | 1 |
| Small Main Cargo | 1 | null |
| Small Tanker | null | 3 |