softech
6 months agoGuide
message id question
I have a question about message id
I always 2 integer ids in my URL, eg:
https://baord.com/t5/boardname/ThreadsSubject/m-p/1204122#M832222
the 2 numbers i have question is the 1204122 and 832222
I know on messages table, the ide is 1204122, so I can use
select * from messages where id is 12041122
I know sometimes I see that number being call Thread id as well
but how about the 832222 ?
I see it referred as "message-id" in some url, too. For example:
https://baord.com/t5/forums/replypage/board-id/boardname/message-id/832222/load-autosave/true
so, where this 832222 id actually stored? which table?
thanks