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...
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...
IQ 16.1 SP04 PL01 has min_tls_version parameter. You can use min_tls_version=<ver> in the -ec or -xs switches or as part of the ENCRYPTION=tls connection parameter. For example, to allow TLSv1.2 connections over HTTPS, use “-xs https(min_tls_version=...
Sorry, it looks like it was missed. I have alerted documentation that the docs need to be updated.Example: -xs
HTTPS(FIPS=N;PORT=82;IDENTITY=ecserver.id;IDENTITY_PASSWORD=test;MIN_TLS_VERSION=1.2)
IQ 16.1 SP04 PL01 has min_tls_version parameter. You can use min_tls_version=<ver> in the -ec or -xs switches or as part of the ENCRYPTION=tls connection parameter. For example, to allow TLSv1.2 connections over HTTPS, use “-xs https(min_tls_version=...