Jump to content

Recommended Posts

Posted

Boas, podem pff ajudar na sintaxe da linguagem do mysql. Em SQL server usaria este formato para devolver um campo da query. Em mysql está a dar erro. Podem ajudar-me.

CREATE FUNCTION `sv2`.`fn_Linha` (
datas datetime 
)
RETURN varchar(60)
BEGIN
declare linhaX varchar(60) 
SELECT linhasX=workName
FROM total 
WHERE rName='XXX' and type='1' 
AND Date = datas
ORDER BY reportDate asc limit 1;

RETURN linhaX;
END

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.