What is the equivalent of Date()-1 using PASS THROUGH queries and NON STOP SQL for TANDEM? Any link to a website that would provide "ODBC/JDBC escape sequences and/or functions to support the equivalent of CURRENT_DATE, INTERVAL and date arithmetic"? Thanks
Here is one way to make it work: Where a1.TRXN_DATE = {fn convert({fn timestampadd (SQL_TSI_DAY, -1, { fn curdate() } )} ,date)} "TARAJI" wrote: > What is the equivalent of Date()-1 using PASS THROUGH queries and NON STOP > SQL for TANDEM? > > Any link to a website that would provide "ODBC/JDBC escape > sequences and/or functions to support the equivalent of CURRENT_DATE, > INTERVAL and date arithmetic"? > > Thanks