Advertisement
hskartono

Untitled

Nov 30th, 2021
2,142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.52 KB | None | 0 0
  1. SELECT COUNT(*) AS total FROM (
  2.                                 SELECT
  3.                                     DISTINCT  description,
  4.                                     pkb_no,
  5.                                     saptrans,
  6.                                     item,
  7.                                     box,
  8.                                     created_date,
  9.                                     nama
  10.                                 FROM SsReceiptPKBDoc WITH (NOLOCK)
  11.                                 {0} {1}
  12.                                 ) AS tab
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement