pymysql自定义数据库操作类
安装pymysql [crayon-678b2762a118a861922088… Continue Reading →
LEFT JOIN 关键字会从左表 (table_name1) 那里返回所有的行,即使在右表 (table_name2) 中没有匹配的行。
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 |
保留id最小记录 [crayon-678b2762a1bcd176370657/… Continue Reading →
使用ignore关键字
如果是用主键primary或者唯一索引unique区分了记录的唯一性,避免重复插入记录
大体思路就是先计算查询符合条件的总数,然后计算随机数,再进行一次查询得到一个随机数据。
使用自带函数curdate()或current_date [crayon-678… Continue Reading →
© 2025 九天博客 — Powered by WordPress
Theme by Anders Noren — Up ↑