Database Queries

总计6条数据
TimeDurationTypeQuery
  
17:32:07.9593.9 msSELECTSELECT * FROM "global"."vw_user_login" WHERE "access_token"='NwDlebRkXSJbZFNIiImHKy4sVWr3Lufc'

17:32:07.9641.6 msSELECTSELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1004

17:32:07.9660.4 msSELECTSELECT * FROM "global"."tbl_logins" WHERE "id"=1004

17:32:07.9671.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 = 1004 LEFT JOIN "global"."tbl_logins" "l" ON l.id = r.user_id WHERE (l.id IS NULL) AND ("a"."created_at" > '2017-02-06 13:07:29') ORDER BY "a"."created_at" DESC) "c"

17:32:07.96820.7 msSELECTSELECT COUNT(*) FROM "a57be577deb434"."tbl_unread_comments" WHERE ("remind_user_id"=1004) AND ("is_read"=FALSE)

17:32:07.9931.6 msINSERTINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "version_code", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 1004, 2, 1141, 'v2/user/get-announcement-unread', '{"access_token":"NwDlebRkXSJbZFNIiImHKy4sVWr3Lufc","device_type":"2","posttime":"1752399104","token":"ee279803518ea08aa52679fb01ed159f","version_code":"1141"}', '{"code":200,"data":{"count":62},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}]}', FALSE, '2025-07-13 17:32:07') RETURNING "id"