DECLARE l_counter NUMBER := 0;
t NUMBER:=0;
BEGIN
LOOP
l_counter := l_counter + 1;
IF l_counter > 32690 THEN
EXIT;
END IF;
SELECT ISEQ$$_832661.nextval INTO t from dual;
END LOOP;
END;
DECLARE l_counter NUMBER := 0;
t NUMBER:=0;
BEGIN
LOOP
l_counter := l_counter + 1;
IF l_counter > 32690 THEN
EXIT;
END IF;
SELECT ISEQ$$_832661.nextval INTO t from dual;
END LOOP;
END;
Reference : Deploying to Microsoft Internet Information Server (IIS) | Gatsby (gatsbyjs.com)
Reference: https://jimsalasek.com/2019/01/09/sql-server-find-users-connected-to-databases/
With actual usernames and machines that are connected
Reference : Automatically Replacing an Image on an HTML Page When it is Not Found - CodeProject
select from_unixtime(`last_activity`) as lastdt from `sessions` WHERE from_unixtime(`last_activity`) >= NOW() - INTERVAL 15 MINUTE
ORDER BY last_activity DESC;
Finally !!!!
Need to declare function on initComplete event. And use search function.
Datatable version 1.11.