dbus notification

Sql code posted by sql
created at 23 Jan 15:47, updated at 10 Feb 22:17

Edit | Back
1
2
3
4
5
6
7
8
9
10
SELECT mm.id, mm.thread_id, mm.author_id, mm.creationDate, ui.created, mm.content
FROM uxs_idxies ui
 JOIN mexging_mexage mm ON ui.user_id=mm.author_id
WHERE 1=1
 AND ui.identity_type=2
 AND mm.creationDate=ui.created
 AND ui.created < '2010-01-01'
 --AND ui.user_id=2347867
 --AND mm.thread_id=4344925
LIMIT 10
320 Bytes in 2 ms with coderay