Recent content by fido

  1. F

    HINTS for acces method

    thanks
  2. F

    HINTS for acces method

    but in SQL Windows return all records not only first as I need
  3. F

    HINTS for acces method

    I have systax and execute problem with this syntax SELECT /*+ FIRST_ROWS */ empno, ename, sal, job FROM emp WHERE empno = 7566; I found this coonstruction in Oracle8 Tuning. Problem is that PL SQL Devoleper take construction /* */ as comment
Back
Top