Ich bin mir nicht sicher, warum alle es so komplex machen. Ganz einfach:
SQL> set timing on
SQL> select 1 from dual;
1
----------
1
1 row selected.
Elapsed: 00:00:00.00
SQL>
Ich bin mir nicht sicher, warum alle es so komplex machen. Ganz einfach:
SQL> set timing on
SQL> select 1 from dual;
1
----------
1
1 row selected.
Elapsed: 00:00:00.00
SQL>