DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: sql_text

  1. #1
    Join Date
    Dec 2001
    Location
    Brazil
    Posts
    282

    sql_text

    why the sql_text column in v$sqltext table is shown in the inverse way?

    insert of:
    sql_text
    --------------
    select name from blahh
    where cod = 5;

    it is this way:
    sql_text
    --------------
    where cod = 5;
    select name from blahh



    F.

  2. #2
    Join Date
    Dec 2000
    Posts
    138
    have you ordered by piece?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width