I've a doubt about session-level date format in DB2. I'm doing a migration project from Oracle to DB2 and I came across with a procedure in oracle that is using "alter session set nls_date_format = 'yyyymmdd'", when I execute this, the session that I am will set dateformat from all querys to '20191015' (for examples, based on yyyymmdd format.).
How can I do this in DB2 11.0?