Column Data_Len Heading Data|Length Format A6
Select Column_Name,
Data_Type,
Case When (Data_Precision Is Null)
Then To_Char(Data_Length,'9999')
Else ' '||Data_Precision||'.'||Data_Scale
End AS
Data_Len
From User_Tab_Columns
Where Table_Name like 'INC_%';
Column Data Data
Name Type Length
-------------- --------- ------
EMPLOYER_NAME VARCHAR2 20
INCOME NUMBER 7.2
INCOME_DATE DATE 7
SEX CHAR 1
BIRTHDATE DATE 7
How to get URL of commentator
                      -
                    
We sometimes get questions about how to get the web address/URL of a 
commentator in our blog. Blogger.com has not provided any way to do that. 
However, the...
8 years ago
 
 
 
 
 
 
 
 
 
 
 
 
 Posts
Posts
 
 
 
 
 

 
 
 
 

No comments:
Post a Comment