Select count(EventId) from table
where
UserId
not in (select UserId from table where EventTimeStamp < now() - interval 1 day)
Select count(EventId) from table
where
UserId
not in (select UserId from table where EventTimeStamp < now() - interval 1 day)
एक Sql डेटाबेस से सरल यादृच्छिक नमूने
एसक्यूएल उप-चयन से कॉलम का उपयोग करता है जहां खंड
अद्वितीय यादृच्छिक अल्फ़ान्यूमेरिक वर्ण उत्पन्न करें जो 7 वर्ण लंबे हों
एकाधिक MySQL तालिका जॉइन को 1 तालिका के परिणामों को एक कॉलम फ़ील्ड में संयोजित करने की आवश्यकता है
एक कॉलम में अधिकतम के साथ पंक्ति का चयन करना - MySQL