The compiler interprets `DECIMAL` as `DECIMAL(38, 0)`, which may be surprising. In other SQL dialects the interpretation may be context-dependent.
The compiler interprets
DECIMALasDECIMAL(38, 0), which may be surprising.In other SQL dialects the interpretation may be context-dependent.