소스 검색

添加 'chapter1/change.md'

linxianda 5 년 전
부모
커밋
b262b6f8de
1개의 변경된 파일32개의 추가작업 그리고 0개의 파일을 삭제
  1. 32 0
      chapter1/change.md

+ 32 - 0
chapter1/change.md

@@ -0,0 +1,32 @@
+![up主合并记录操作](http://screenshot.dwstatic.com/ojiastoreimage/c3512bdfd04774afd2818145e8064bbb_size585x200_len14488.png)
+
+```
+历史合并记录
+mysql> select * from uploader where maUid = 669 \G;
+*************************** 1. row ***************************
+             id: 669
+          maUid: 549757334116
+      playCount: 0
+commentaryCount: 0
+            uid: 3502097
+        display: 1
+      auth_type: 1
+       auth_pic: NULL
+1 row in set (0.00 sec);
+mysql> select * from uploader where id = 653 \G;            
+*************************** 1. row ***************************
+             id: 653
+          maUid: 4100024812
+      playCount: 8163
+commentaryCount: 63
+            uid: 0
+        display: 1
+      auth_type: 1
+       auth_pic: http://screenshot.dwstatic.com/ojiastoreimage/73cec46b23fdd465c8403b219ccad1aa_size724x645_len66318.png
+1 row in set (0.00 sec)
+
+delete from bar where upId = 669 \G;
+
+
+update uploaderApplyRecord set upId = 653 where id = 3502097;
+```