I'm completely new to this and have no background in IT or anything. I don't know how to use SQL although I am currently reading to learn. I'm using infomaker to create a report for work. Currently I'm using existing reports and making modifications and learning to use the program that way. I'm adding a clause to look for everything with a 12 hour expiration (for medication).
my column is pulling "compound.expires" but when I attempt to put in a value of 12 hours I get an error that says "a field in a datetime or interval value is incorrect or an illegal operation"
I was wondering if anyone has an idea as to how to format my 12 hour value to get the appropriate information. When I export the data to excel the expire hours show up in this format:
0 00:00 0 12:00 30 00:00
This is an example where its 0 hours, 12 hours, and 720 hour expiration. I have tried doing
'12' '12:00' '1200' '001200' '0 12:00' '01200'
If anyone has an idea as to what value I need to use that would be greatly appreciated. Thanks