SQL::Concat can concatenate following four kind of values into single SQL::Concat object. SQL("SELECT uid FROM authors" # STRING , ["WHERE name = ?", 'foo'] # BIND ...
While writing queries in stored procedures we manipulate with the string data type columns in which concatenating string is very common. So we all are very familiar with the function CONCAT provided ...