Hello,
Because i tried this code and i can't make it work to concat a label in a dbjoin element:
"500 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '= 'ro' then nume_camp_ro else nume_camp_en end)) AS text
FROM..
Tried with and without quotes around '{shortlang}'
Thank you
Because i tried this code and i can't make it work to concat a label in a dbjoin element:
Code:
(select case when '{shortlang}' == 'ro' then {thistable}.nume_camp_ro else {thistable}.nume_camp_en end)
"500 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '= 'ro' then nume_camp_ro else nume_camp_en end)) AS text
FROM..
Tried with and without quotes around '{shortlang}'
Thank you