Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2006-06-12 : 09:54:59
|
siva writes "Here is the contents of my SQL file:spool d:/spool.sqlselect 'COMMENT ON TABLE '||TABLE_NAME||' IS '||COMMENTS FROM TAB_COMMENTS;SPOOL OFF;Output is:COMMENT ON TABLE MM_OBJ_SP IS Material Item SpecificationsI want the Following output instead of the above oneCOMMENT ON TABLE MM_OBJ_SP IS ‘Material Item Specifications’;What modification i need to do in the sql file to get my expected output." |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-06-12 : 10:41:21
|
Post your question at Oracle Forums www.DBForums.comwww.OraFAQ.comMadhivananFailing to plan is Planning to fail |
|
|
X002548
Not Just a Number
15586 Posts |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
|
|