× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I found something strnage, at least strange for my level of knoleadge:

This select:
SELECT * FROM salary.horario WHERE nclie=9946 and FH_ENTRA>'2007-02-27-07.00.00.000000'

returns this record:
N° de cliente F.Hora Entrada Tiempo trabajo Dif1 Dif2 Tipo 99 46 2007-02-27-08.00.00.000000 240 4 - 1
********  Fin de datos  ********

This one:
SELECT * FROM salary.horario WHERE nclie=9946 and FH_ENTRA='2007-02-27-08.00.00.000000'

returns:
No hay datos seleccionados para la salida (no record found) Why? I cut&pasted the timestamp.
___________________________________________________________________________
I also tryed to compare with char(FH_ENTRA) and it did find the record but if I compare
FH_ENTRA with: timestamp('2007-02-27-08.00.00.000000') it doesn't find it.




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.