The UK's on-line library for creative Christian audio
Username
Password
PostgresSQL error: ERROR: syntax error at or near "(" at character 255 querying for counting available items query = SELECT count(*) FROM audioitems AS a JOIN categories AS c ON (a.category = c.categoryid) WHERE ((a.category = 3) OR (a.category = 9) OR (a.category = 5) OR (a.category = 8) OR (a.category = 6) OR (a.category = 4) OR (a.category = 2) OR (a.category = 1))(a.activateddate < (current_date + 1)) AND (a.activateddate > (current_date - 28)) AND activated AND (NOT expired)