H2 के लिए, उपयोग करें:
select * from information_schema.sessions;
MySQL के लिए, उपयोग करें:
show full processlist;
या
select * from information_schema.processlist;
यदि आप केवल सत्र गणना में रुचि रखते हैं, तो select count(*)
. का उपयोग करें इसके बजाय select *