3 lines
100 B
MySQL
3 lines
100 B
MySQL
|
|
SET @txt = REPLACE('In girum imus nocte et consumimur igni', ' ', '');
|
||
|
|
SELECT REVERSE(@txt) = @txt;
|