Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all,
currently im writing the where condition in script static. but i want to do dynamic.
can someone help me with the condtion.
where date(Mydate)>='07/01/2020' and date(mydate)<='09/16/2020';
pls supply more info. where will the start and end dates come from? how were you thinking of controlling these in your script? will they come from a different table? or a variable?
Did you try the following:
where date(MyDate)>='07/01/2020'<='09/16/2020';
Not sure if that will work or not, but I think that may be the correct syntax, but I am not certain.
Regards,
Brett