$sql string (789) "SELECT c1.cointype, cc.cointypetext, c1.coinuuid, p1.playername, p1.playeruuid,...
SELECT c1.cointype, cc.cointypetext, c1.coinuuid, p1.playername, p1.playeruuid, ct.cointransactionamount, ct.datefunded, ct.coinregion, ct.coinlocation  FROM cointransaction ct, player p1, coin c1, coinconstants cc  WHERE ct.coinuuid = c1.coinuuid AND c1.cointype = cc.cointype  AND ct.playeruuid = p1.playeruuid AND ct.transactiontype = 'Pay Player'  AND (c1.coinnumber = '10212' or c1.coinnumber= '10132' or c1.coinnumber= '10299'  or c1.coinnumber= '15137'  or c1.coinnumber= '20969'  or c1.coinnumber= '29793'  or c1.coinnumber= '35766'  or c1.coinnumber= '34998'  or c1.coinnumber= '35055'  or c1.coinnumber= '34070'  or c1.coinnumber= '49900' or c1.coinnumber= '56471'  or c1.coinnumber='37949') and ct.datefunded > '2024-05-02 1:51:26 am'  ORDER BY c1.coinuuid, ct.datefunded DESC  
No results