Database Queries

总计6条数据
TimeDurationTypeQuery
  
22:43:18.1053.8 msSELECTSELECT * FROM "global"."vw_user_login" WHERE "access_token"='rpAaho7HBg3VJ1vNP7yVtm0Uw5j2xu-u'

22:43:18.1111.6 msSELECTSELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000

22:43:18.1130.4 msSELECTSELECT * FROM "global"."tbl_logins" WHERE "id"=1000

22:43:18.1141.4 msSELECTSELECT COUNT(*) FROM (SELECT "a".* FROM "global"."tbl_announcements" "a" LEFT JOIN "global"."tbl_read_announcement" "r" ON a.id = r.announcement_id AND r.user_id = 1000 LEFT JOIN "global"."tbl_logins" "l" ON l.id = r.user_id WHERE (l.id IS NULL) AND ("a"."created_at" > '2016-10-14 22:23:37') ORDER BY "a"."created_at" DESC) "c"

22:43:18.11620.8 msSELECTSELECT COUNT(*) FROM "a57be577deb434"."tbl_unread_comments" WHERE ("remind_user_id"=1000) AND ("is_read"=FALSE)

22:43:18.1371.6 msINSERTINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "version_code", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 1000, 2, 1141, 'v2/user/get-announcement-unread', '{"access_token":"rpAaho7HBg3VJ1vNP7yVtm0Uw5j2xu-u","device_type":"2","posttime":"1750776192","token":"8b4d8dd1fe73e06896cf342df3a83163","version_code":"1141"}', '{"code":200,"data":{"count":0},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}]}', FALSE, '2025-06-24 22:43:18') RETURNING "id"