Viewing 13 posts - 16 through 28 (of 28 total)
GilaMonster (1/23/2016)
You could do
SELECT change_dtim,create_dtim,ckpt_id,Format([change_dtim]-[create_dtim],'hh:nn:ss') as tempo...
January 23, 2016 at 5:22 am
Eirikur Eiriksson (1/23/2016)
jcachado (1/23/2016)
But i need bigger than 15 minutes!The statement is ok but the condition > '00:15:00' dont work.
π
Thks,
Cachado
You have 15 minutes passed midnight in your query, if...
January 23, 2016 at 5:00 am
Please see the file:
https://www.dropbox.com/s/3ok41iuqg9pqd2p/1.png?dl=0
i need only the records in expression > 15 minutes
π
Regards,
Cachado
January 23, 2016 at 4:56 am
But i need bigger than 15 minutes!
The statement is ok but the condition > '00:15:00' dont work.
π
Thks,
Cachado
January 23, 2016 at 4:35 am
Still searching...
TO_CHAR(create_dtim, '%m-%d-%y')
Returns the strange error:
ERROR [HY000] [INTERSOLV][ODBC Informix driver][Informix]Unknown error message -19828.
Regards,
Cachado
November 27, 2015 at 9:30 am
Jeff Moden (11/27/2015)
BrainDonor (11/27/2015)
That was just an example, using a SQL Server date function.What does
FORMAT(create_dtim,'dd-MM-yyyy')
do?Just so you know, FORMAT is 44 times slower than either CAST or CONVERT.
Thks for...
November 27, 2015 at 8:17 am
BrainDonor (11/27/2015)
That was just an example, using a SQL Server date function.What does
FORMAT(create_dtim,'dd-MM-yyyy')
do?
no π
ERROR [HY000] [INTERSOLV][ODBC Informix driver][Informix]Procedure (format) not found.
Regards,
Cachado
November 27, 2015 at 3:37 am
Hi,
DonΒ΄t work π with this FORMAT(GETDATE(create_dtim),'dd-MM-yyyy') !!
ERROR [HY000] [INTERSOLV][ODBC Informix driver][Informix]Procedure (getdate) not found.
Regards,
Cachado
November 27, 2015 at 2:48 am
Thank you for help, you saved my day, better to correct the night π
Hug!
Cachado
November 19, 2015 at 3:48 pm
Jacob Wilkins (11/19/2015)
Let's say you're wanting only rows where the time portion is greater than or equal to 22:15 in the date range...
November 19, 2015 at 3:27 pm
This work but i need the minutes to π
(create_dtim between #1/1/2015# and #1/1/2017#) and (hour(create_dtim) >= 19)
Any ideas please,
Regards,
Cachado
November 19, 2015 at 2:57 pm
π
Dont work
I use Visual studio 2012 and the table is from database access.
Thks for your help,
Cachado
November 19, 2015 at 2:39 pm
Sorry my poor english.
I want records after the time 22:15 but with this statement appear after 22 hour! π
Thks,
Cachado
November 19, 2015 at 2:32 pm
Viewing 13 posts - 16 through 28 (of 28 total)