SQL tutorial | Interview questions | Oracle
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How To Set Up SQL*Plus Output Format?

Go down

How To Set Up SQL*Plus Output Format? Empty How To Set Up SQL*Plus Output Format?

Post by Micheal Sat Jan 16, 2010 9:33 pm

If you want to practice SQL statements with SQL*Plus, you need to set up your SQL*Plus output
formatting parameter properly. The following SQL*Plus commands shows you some examples:
COLUMN id FORMAT 9999;
COLUMN url FORMAT A24;
COLUMN notes FORMAT A12;
COLUMN counts FORMAT 999999;
SET NULL 'NULL';

Micheal
Admin

Posts : 243
Join date : 2010-01-10

http://sql-tutorial.co.cc

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum