Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Paste Description for Untitled

SELECT ACCOUNTS.COLLECTOR_ID,
ACCOUNTS.ACCT_ID,
ACCOUNTS.ACCT_COMMENT_DATE,
FROM ACCOUNTS
JOIN INVOICES ON
(INVOICES.COLLECTOR_ID = ACCOUNTS.COLLECTOR_ID
AND INVOICES.ACCT_ID = ACCOUNTS.ACCT_ID)
WHERE ACCOUNTS.ACCT_DUPLICATE = 0
GROUP BY COLLECTOR_ID, ACCT_ID

Untitled
Tuesday, August 1st, 2006 at 1:41:01pm MDT 

  1. SELECT INVOICES.ACCT_ID
  2. FROM INVOICES, ACCOUNTS
  3. WHERE INVOICES.COLLECTOR_ID = 1
  4.         AND SUM(INVOICES.INV_31_60) < (SELECT SUM(INV_31_60)
  5.                 FROM INVOICES
  6.                 WHERE COLLECTOR_ID = 1
  7.                         AND ACCT_ID = 'OM101736'  LIMIT 0, 1)
  8.         AND INVOICES.INV_31_60 > 25
  9.         AND INVOICES.INV_61_90 = 0
  10.         AND INVOICES.INV_91 = 0
  11.         AND INVOICES.COLLECTOR_ID = ACCOUNTS.COLLECTOR_ID
  12.         AND INVOICES.ACCT_ID = ACCOUNTS.ACCT_ID
  13. ORDER BY ACCOUNTS.ACCT_COMMENT_DATE, INVOICES.INV_31_60 DESC
  14. LIMIT 0, 1;

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

worth-right
fantasy-obligation