Answer the question
In order to leave comments, you need to log in
Should I put the result in parentheses?
Hello.
Here is the procedure:
BEGIN
set @i:=0;
SELECT @i:[email protected]+1 as number, CONCAT_WS(' ',value1, value2)
FROM job, legal, contract
WHERE contract_id = param1 AND type_job = legal_id AND id_contract = contract_id;
END
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question