Question Parameshwaran M... · Apr 11, 2024 Dynamically Generating SQL queries Based on Incremental Column values I'm facing a challenge in dynamically generating SQL queries based on incremental q_ids for a project I'm working on. Here's the scenario: #SQL #InterSystems IRIS 0 8 0 278
Question Parameshwaran M... · Apr 4, 2024 How can I convert two timestamps into time format (HH:MM:SS)? For example, I have two timestamp values ('2024-04-01 10:00:00', '2024-04-01 11:30:30'). I would like to find the difference between these two timestamps, and I need the result in hours:minutes:seconds (hh:mm:ss) format. Expected Output: 01:30:30 Note: I need an SQL query command. I should not use ClassMethod, Function, or Stored Procedure. Could anyone please provide me with an SQL query for my question? #Java #SQL #InterSystems IRIS 0 4 0 250
Question Parameshwaran M... · Mar 28, 2024 How to split the two timestamp based on interval time in IRIS Database? I have two timestamp values and also I have interval time, I need to split the timestamp based on the interval time. Like Start Time is '2024-01-01T10:00:00'End Time is '2024-01-01T11:00:00'Interval Time is 15 minutesI expected the result is:'2024-01-01T10:15:00''2024-01-01T10:30:00''2024-01-01T10:45:00''2024-01-01T11:00:00' #Key Question #InterSystems IRIS 1 11 1 221
Question Parameshwaran M... · Sep 8, 2023 Using an enum in the entity class not creating the table via Quarkus This question originally appeared in the comments of the post: Using the new InterSystems IRIS Hibernate 6 Dialect for a Springboot Project #Java #InterSystems IRIS 0 4 0 367
Question Parameshwaran M... · Aug 7, 2023 How to connect InterSystems with Quarkus 3.0 version Can you please any one assist me for How to connect with the InterSystems IRIS in Java(Quarkus) version 3.0. #Java #InterSystems IRIS 0 14 0 262