adspace
Answer Posted / Munindra Kumar Mishra
"To customize the output format in SQL++ for Oracle, use the SET command. For example, to display column headings only once and to set field width for a specific column:
```sql
SET NEWPAGE 0 HEADING OFF FEEDBACK OFF TRIMOUT ON PAGE 99 LINESIZE 120 COLUMN col_name FORMAT A15"""
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is primary key clustered index?
what are the advantages of sql ? : Sql dba
How do I remove duplicates in two columns?
Can we rollback truncate?
what is dbms? : Sql dba
define sql insert statement ? : Sql dba
Do we need to rebuild index after truncate?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
Is inner join faster than left join?
What is the best sql course?
what is collation? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
what is bcp? When does it used? : Sql dba
Is primary key always clustered index?
If a cursor is open, how can we find in a pl/sql block?