MySQL允许我们仅将一个参数传递给该CONCAT()函数。在这种情况下,MySQL返回与输出相同的参数。以下示例将展示它-
CONCAT()
mysql> Select Concat('Delhi'); +-----------------+ | Concat('Delhi') | +-----------------+ | Delhi | +-----------------+ 1 row in set (0.00 sec)