Quantcast
Channel: Teradata Forums - All forums
Viewing all articles
Browse latest Browse all 27759

Liberties with SQL - minor issue - forum topic by samsterling

$
0
0

I have a script that generates SQL to COLLECT STATISTICS.
When I highlight the result set and copy it to a scrapbook, it puts " around my commas and makes it unrunnable.  This does NOT happen if I export the result set to a text file, copy it, and then paste it in a scrapbook.
Here's an example:
collect statistics on DEV_P2P_T.P2P_FACT_JU index ( "PO Num "
",""PO Version Num """
...
",""LA Inv Line Nbr """
",""MRC Name """
);
 
The behavior I get using SQL Assistant and using the export result set is like this:
collect statistics on DEV_P2P_T.P2P_FACT_JU index ( "PO Num "
,"PO Version Num "
...
,"LA Inv Line Nbr "
,"MRC Name "
);
 
 
 


Viewing all articles
Browse latest Browse all 27759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>