What is the meaning of VARCHAR(N) and VARCHAR in Calcite? Does VARCHAR preserve trailing spaces? What is the output of this query
SELECT CAST('x ' AS VARCHAR) || 'y' Mihai
What is the meaning of VARCHAR(N) and VARCHAR in Calcite? Does VARCHAR preserve trailing spaces? What is the output of this query
SELECT CAST('x ' AS VARCHAR) || 'y' Mihai