Freelister Report for the month


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. SELECT A.`A_ID`, A.`TIMESTAMP_ENTERED` FROM `listing` A INNER JOIN account B ON A.`A_ID`=B.A_ID WHERE A.PACKAGE_ID = 1 AND A.TIMESTAMP_ENTERED >= 20061101000000 AND A.TIMESTAMP_ENTERED <= 20061130000000

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.