updates - mysql query to compare 2 types of dates when actual date unknown -



updates - mysql query to compare 2 types of dates when actual date unknown -

is posaible write query when don't know acutal dates? need compare transaction dates funds available dates & update funds available date adding day date.

i know ms sql improve mysql, still should able compare them using greater , less than. if want modify value, you'll want utilize date_add function (date , time functions reference). comparing transaction date funds available date involve where transtable.transdate >= custtable.fundsavaildate, , adding 1 day funds available date set fundsavaildate = date_add(fundsavaildate, interval 1 day)

mysql updates

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -