sql - combine time and date in load qlikview -


I save the different date and time of the database of the database that was loaded in Qlikview databases Looks like this: The date is saved as "2014-04-24 00: 00: 00.000" and the time to "1899-12-30 17: Is saved as: 42: 00.000 "

and I want to add them as 1 date () field. Something like this:

Load date / time as date

should be output (for this example) "2014-04 - 24 17: 42:00 "

It is not possible to do this by hand, so" load inline "is not possible because there are too many records.

just do

load timestamp (date1 + date2, 'YYYY-MM- DD hh: mm: ss') as myTimeStamp ...

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -