PHPExcel类库的使用 使用PHPExcel实现数据批量导出为excel表格… Continue Reading →
LEFT JOIN 关键字会从左表 (table_name1) 那里返回所有的行,即使在右表 (table_name2) 中没有匹配的行。
使用PYTHONIOENCODING 在运行python命令前添加参数 PYTH… Continue Reading →
1 2 |
CREATE TABLE targetTable LIKE sourceTable; INSERT INTO targetTable SELECT * FROM sourceTable; |
1 |
update data, gif set data.hash= gif.hash where gif.file_unique_id=data.file_unique_id |
1 2 3 4 5 6 |
CREATE TABLE test ( tkid INTEGER PRIMARY KEY AUTOINCREMENT, tktype INT DEFAULT '0', tableid VARCHAR( 50 ), createdate DATETIME DEFAULT ( date( 'now', 'localtime' ) ) ); |
利用本地测试了一下,速度很快
© 2024 九天博客 — Powered by WordPress
Theme by Anders Noren — Up ↑