摘要:
CAST(expr AS type), CONVERT(expr,type), CONVERT(expr USING transcoding_name) The CAST() and CONVERT() functions take a value of one type and produce a 阅读全文
摘要:
1.导出整个数据库 mysqldump u 用户名 p 数据库名 导出的文件名 mysqldump u wcnc p smgp_apps_wcnc wcnc.sql 2.导出一个表 mysqldump u 用户名 p 数据库名 表名 导出的文件名 mysqldump u wcnc p smgp_ap 阅读全文