document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. SELECT
  2.     gpc.payment_cheque_realized_date as pcrd
  3. FROM
  4.     tbl_grn_payment_cheque as gpc;
');