mysql> SELECT INSERT('Football',2,4,'Play') AS col1, > INSERT('Football',-1,4,'Play') AS col2, > INSERT('Football',3,20,'Play') AS col3; +----------+----------+--------+ | col1 | col2 | col3 | +----------+----------+--------+ | FPlayall | Football | FoPlay | +----------+----------+--------+