Getting Started
Learn more about TechXchange Dev Days virtual and in-person events here
Hi Jacob, you can use this: select current year to month as this_month, current year to month - interval(1) month to month as last_month from table(set(1)); ...
The sysdual table only exists by default in the sysmaster database. Assuming that you are using logging, you can change your query to be: select current year to ...
Whether you missed us for this great user group session, or want to revisit some of the great content we discussed, here is the recording for the session! We cover ...
I may be going mad here: This worked yesterday (unless I dreamed it): select current year to month as this_month, current year to month - interval(1) month ...
Leon's WA Waypoints : Why You Should Upgrade to IBM Workload Automation 10.2.4 IBM Workload Scheduler version 10.2.4 delivers a suite of valuable enhancements ...
Jared's suggestion about using the JVM option worked. Strangely enough, the application starts (and displays the GUI), but within a few seconds it closes on its ...
But - docs are saying: -s InstType Specifies the type of instance to create. Use the -s option only when you are creating an instance other than the default associated ...
Hello everyone, I'm looking for guidance on how to call an Oracle database procedure from ESQL that takes two input parameters and returns multiple rows. I've ...