Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Oracle Server > How to write do...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 2 Topic 16483 of 16858
Post > Topic >>

How to write down the comment in a database?

by Picaso.Leonardo@[EMAIL PROTECTED] Apr 29, 2008 at 03:54 AM

How to write down the comment in a database?

Example:

CREATE View:

CREATE VIEW test(COL1) AS
select /*1*/ 0 as col1, 1 as col2, 2 as col3, 3 as col4, 4 as col5, 5
as col6, 6 as col7, 7 as col8, 8 as col9, 9 as col10,
10 as col11, 11 as col12,12 as col13, 13 as col14, 14 as col15, 15 as
col16, 16 as col17, 17 as col18, 18 as col19, 19 as col110,
20 as col21, 21 as col22, 22 as col23, 23 as col24, 24 as col25, 25 as
col26, 26 as col27, 27 as col28, 28 as col29, 29 as col210
from dual;

EXECURE View:

CREATE VIEW test(COL1) AS
select 0 as col1, 1 as col2, 2 as col3, 3 as col4, 4 as col5, 5 as
col6, 6 as col7, 7 as col8, 8 as col9, 9 as col10,
10 as col11, 11 as col12,12 as col13, 13 as col14, 14 as col15, 15 as
col16, 16 as col17, 17 as col18, 18 as col19, 19 as col110,
20 as col21, 21 as col22, 22 as col23, 23 as col24, 24 as col25, 25 as
col26, 26 as col27, 27 as col28, 28 as col29, 29 as col210
from dual;

Kind Regards,
L.Picaso
 




 2 Posts in Topic:
How to write down the comment in a database?
Picaso.Leonardo@[EMAIL PR  2008-04-29 03:54:57 
Re: How to write down the comment in a database?
Picaso.Leonardo@[EMAIL PR  2008-04-29 04:05:53 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan13V112 Sun Jul 6 4:29:45 CDT 2008.