Hello ...
I'm trying to query the system table SYSIBM.SYSTABAUTH and get the date and time from the fields DATEGRANTED (CHAR 6, YYMMDD) and TIMEGRANTED (CHAR 8 hhmmssth).
I tried using several scalar function combinations, but cannot seem to get the result I want. I would like to concatenate the DATEGRANTED and TIMEGRANTED fields together, but would be happy if I could just convert them over to DATE and TIME fields (I'll worry about concatenation later).
Anyone have any suggestions?
Thank you in advance ...
Kent
I'm trying to query the system table SYSIBM.SYSTABAUTH and get the date and time from the fields DATEGRANTED (CHAR 6, YYMMDD) and TIMEGRANTED (CHAR 8 hhmmssth).
I tried using several scalar function combinations, but cannot seem to get the result I want. I would like to concatenate the DATEGRANTED and TIMEGRANTED fields together, but would be happy if I could just convert them over to DATE and TIME fields (I'll worry about concatenation later).
Anyone have any suggestions?
Thank you in advance ...
Kent