Use MySQL variables

How do I use code like this in Metabase?

set @Amount = 150.56;
select @Amount;

Hi @renaud
See the comments for possible workarounds for multi-statements:
https://github.com/metabase/metabase/issues/4050 - upvote by clicking :+1: on the first post