'JSON_ARRAY()', 'JSON_ARRAYAGG()', 'IS JSON', etc. have been added. ・Supports various number expressions Underscores can now be used as delimiters, such as ``5_432_000'', as well as expressions other ...
I'm trying to create a function that will return rows from a table. It's a PostGIS query, but otherwise it's a pretty basic select. <BR><BR>I'm getting an error, though, and I wondered if someone ...