select * into outfile 'e:/six'
fields terminated by ',' enclosed by 'xxxx'
lines terminated by '\n' starting by 'startinfo: '
from teacher;
这里的enclosed 只能是1个字符么?
我用xxxx, 就提示错误的参数。
...全文
9114打赏收藏
enclosed by 'xxxx' 的问题。
select * into outfile 'e:/six' fields terminated by ',' enclosed by 'xxxx' lines terminated by '\n' starting by 'startinfo: ' from teacher; 这里的enclosed 只能是1个字符么? 我用xxxx, 就提示错误的参数。