All Downloads are FREE. Search and download functionalities are using the official Maven repository.

penehr.service.0.27.2.source-code.aql_wrappers.sql Maven / Gradle / Ivy

There is a newer version: 2.12.0
Show newest version
CREATE OR REPLACE FUNCTION aql_value_dv_coded_text(object_struct json, field_name text) RETURNS text AS $$

BEGIN
	raw_archetype := split_part(raw_archetype,'and name/value=', 1);
	raw_archetype := replace(raw_archetype, '-', '_');
	raw_archetype := replace(raw_archetype, '.', '_');
	raw_archetype := trim(trailing ' ' from raw_archetype);

	return raw_archetype;
END

$$ LANGUAGE plpgsql;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy