To get number of connections by selected user: SELECT count(*) FROM MON$ATTACHMENTS a WHERE a.MON$USER='sysdba'
But If I need number of transactions pending, is it possible?
hamacker [email protected] [firebird-support] Thu, 12 Dec 2019 13:32:14 -0800
To get number of connections by selected user: SELECT count(*) FROM MON$ATTACHMENTS a WHERE a.MON$USER='sysdba'
But If I need number of transactions pending, is it possible?