SELECT CONCAT('Code with', 'bulbul') AS Result;
We use "||" to concatenation in Sql example: WHERE LOWER(FIRST_NAME || LAST_NAME) LIKE '%d%' ;