mysql语句:(用\转义字符)
select concat(last_name,''',first_name)from employees
sqlite语句:
select (last_name||"'"||first_name)from employees