Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Formatted report in SQL* Plus
Sorry for my first answer...
I think that for solving your problem...could you try in this way:
write into pippo.sql file:
SET PAGES 0 FEEDBACK OFF
PROMPT " Patient Billing Summary "select 'Patient Name: ' FIELD1 from table_name where (condition) select Patient ID: ' FIELD2 from table_name where (condition)
![]() |
![]() |