**[Taras Tielkes](https://jira.spring.io/secure/ViewProfile.jspa?name=plethora)** opened **[SPR-3723](https://jira.spring.io/browse/SPR-3723?redirect=false)** and commented
The first parameter of an …
```
# SQL
SELECT CONCAT('foo', 'bar') AS gg
# Twig
{% set gg as 'foo' ~ 'bar' %}
```
As you see - variable name and value of this variable in Twig swapped.
So I propose:
a) provide is
{% set gg…