标签:tee nbsp name sel day where select 字符 eth
create table t1 as select ename from emp where ename=‘KING‘;
select ‘g‘‘day mate‘ quarks from t1 union all
select ‘beavers‘‘ teeth‘ from t1 union all
select ‘‘‘‘ from t1;
+----------------+
| quarks |
+----------------+
| g‘day mate |
| beavers‘ teeth |
| ‘ |
+----------------+
标签:tee nbsp name sel day where select 字符 eth
原文地址:http://www.cnblogs.com/liang545621/p/7518764.html