----very efficiant way to check the table is empty
--or
-----checking the first rows value
=====================================================
---empno is primary_key column
--or
---empno is index column
select /*+ FIRST_ROWS */ empno from emp where rownum = 1;
Windows Recall : How to disable spy mode
6 days ago
No comments:
Post a Comment