If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > not a db2 question - how to insert code window

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-02-09, 11:02
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
not a db2 question - how to insert code window

Many people on this forum insert the text (ie. query text/results) in the "code" window. Like:

Code:

WITH n(n) AS (VALUES 2,3,5,7,13,17,19,31,61,89,107,127,521,607,1279,220 3,2281), m(m)...


I can't figure out how this is done
Reply With Quote
  #2 (permalink)  
Old 10-02-09, 11:04
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
[Code=db2girl] I think this will work - testing [/Code]
Reply With Quote
  #3 (permalink)  
Old 10-02-09, 11:11
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
Code:
WITH n(n) AS (VALUES 2,3,5,7,13,17,19,31,61,89,107,127,521,607,1279,2203,2281), m(m)...
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On