mirror of
https://github.com/kacos2000/Queries
synced 2024-11-16 06:12:50 +00:00
Delete bsb_hike_messagesDB.sqlite
This commit is contained in:
parent
14bd5c1006
commit
2bed4813a4
@ -1,25 +0,0 @@
|
||||
-- IOS 11, Hike Sticker Chat
|
||||
-- \Application Groups\com.bsb.hike
|
||||
--
|
||||
-- https://www.apkmonk.com/app/com.bsb.hike/
|
||||
-- https://appagg.com/ios/social-networking/hike-sticker-chat-4258789.html?hl=en
|
||||
|
||||
|
||||
Select
|
||||
z_primarykey.Z_NAME as 'Type' ,
|
||||
datetime('2001-01-01', zbsbmessage.ZTIMESTAMP|| ' seconds') as 'mTimeStamp',
|
||||
zbsbchat.ZIDENTIFIER as 'ChatId',
|
||||
zbsbchat.ZTITLE as 'ChatTitle',
|
||||
case zbsbmessage.ZINCOMING
|
||||
when 1 then zbsbmessage.ZTEXT
|
||||
end as 'IncomingMessage',
|
||||
case zbsbmessage.ZINCOMING
|
||||
when 0 then zbsbmessage.ZTEXT
|
||||
end as 'OutgoingMessage',
|
||||
datetime('2001-01-01', zbsbchat.ZLASTACTIVITY|| ' seconds') as 'ChatLastActivity'
|
||||
|
||||
from zbsbmessage
|
||||
join zbsbchat on zbsbmessage.ZCHAT = zbsbchat.Z_PK
|
||||
join z_primarykey on zbsbmessage.Z_ENT = z_primarykey.Z_ENT
|
||||
|
||||
order by mTimeStamp desc
|
Loading…
Reference in New Issue
Block a user