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 > Informix > SQL Select statement in Pick, page break?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-15-04, 19:09
dwpillar dwpillar is offline
Registered User
 
Join Date: Nov 2004
Posts: 1
SQL Select statement in Pick, page break?

Here is my SQL Select statement. How do I get a page break after "cust" This is on a pick database from the TCL. Thanks


select break on nms.ven.order.lines.cust”cust”, im.pmid”item #”, im.pm.desc, im.upc, im.53, nms.ven.order.lines.6, im.prd.line.desc30 from nms.ven.order.lines, im where (nms.ven.order.lines.pmid=im.pmid and im.whs=’1’ and nms.ven.order.lines.cust=’661’) order by nms.ven.order.lines.cust, im.prd.line, im.pmid lptr;
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