Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. SELECT T.nId nId, sNenCode trx_code, T.bCancel bCancelled, T.bPaid bPaid,
  2. Ts.nAmount, Ts.nOperationFee, Ts.nServiceFee
  3. FROM TANHUB T, Transactions Ts
  4. WHERE T.nTransactionCashInId = Ts.nId
  5. AND trx_code = <cfqueryparam value="#code#" cfsqltype="cf_sql_varchar">
  6. AND Ts.nShopId = <cfqueryparam value="#shop_id#" cfsqltype="cf_sql_integer">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement