MySQL不支持insert into table_name select column_list from source_table的语法,取而代之的是:
create table new_table (select column_list from source_table)
MySQL不支持insert into table_name select column_list from source_table的语法,取而代之的是:
create table new_table (select column_list from source_table)
http://support.microsoft.com/kb/896591/zh-cn 继续阅读更改Outlook数据文件(PST文件)默认路径