SQL::Concat can concatenate following four kind of values into single SQL::Concat object. SQL("SELECT uid FROM authors" # STRING , ["WHERE name = ?", 'foo'] # BIND ...
SQL Server introduced a CONCAT() function in MSSQLServer 2012. This function returns a non-null varchar(..) or nvarchar(..) string that represents the concatenation of all of the input parameters, no ...