Forum Discussion
vlad230
14 years agoContributor
I managed to solve this issue after all.
The problem was with the query indeed, although it's still strange because it worked in SQL developer.
The year needs to be defined with 4 digits like so:
Thanks.
The problem was with the query indeed, although it's still strange because it worked in SQL developer.
The year needs to be defined with 4 digits like so:
var query = "SELECT promoname FROM database.promotion WHERE promoenddate = '2008-09-01'";
Thanks.