philippefbertrand
Participant
Member since ‎2011 Mar 14

User Statistics

  • 130 Posts
  • 0 Solutions
  • 100 Kudos given
  • 110 Kudos received

User Activity

In reading the datediff docs, I expected that if the difference isn't an hour, there would be truncation, however what I observed is that the result is dependent on the time of day of the values. select datediff( hour, dateadd( hour, 1, '2013-10-30 0...
In the example below, column ver_ts is passed to a builtin function that expects a string argument. This results in a casting error Could not execute statement. Cannot convert timestamp to a long binary SQLCODE=-157, ODBC 3 State="07006" I would h...
Is there a way to create a tag without asking a question?
My ultimate goal is to select every second row (by primary key order) without any additional columns in the result set. I want to do any manipulation in dbisql but the final SELECT will be in a MobiLink script. I need to repeat this on multiple tab...