I'm doing a procedure, I need to put a varchar variable in the query, but it does not go with the single quotation marks, I've tried concatenating it or something like that, but it's no use:
set @comando := concat(@comando, '"'); //ao contrári...
asked by
09.10.2018 / 21:33