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

Thread: end of data

  1. #1
    Join Date
    Jun 2001
    Posts
    45

    Angry end of data

    i have a sql which spool data of a table to a file. i want to print 'END OF DATA' as the last line in the file. what should i add in my sql file to get the above

    Thanks

  2. #2

    prompt

    after the sql statement, do "Prompt END OF DATA"

    Failing that if the data is character you could do UNION select 'END OF DATA' from dual but thats a bit grubby...


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