|
This error occurs when the type VARIANT is used in a position where it is not allowed. This is the case when it is used as the type in a SELECT AS expression.
// Error: Type VARIANT is not allowed here
SELECT AS VARIANT id FROM DEFAULT RECORD ARRAY | << Back to errors overview
|