Hello, I am doing a procedure stored in POSTGRES of type GET. I want to consult the information from this one but it sends me the following error:
CREATE OR REPLACE FUNCTION p.products(_p_id TEXT)
RETURNS TABLE (
_name TEXT
, _total MONEY
, _p...
asked by
21.11.2017 / 22:57