Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com

Home

 
4D v20 R7
MILLISECOND

MILLISECOND  


 

 

Command MILLISECONDMILLISECOND (arithmetic_expression)

The MILLISECOND function returns the millisecond part of the time passed in arithmetic_expression.

Supposing that we have the INVOICES table with a Delivery_Time field. To display the milliseconds of the delivery time:

SELECT MILLISECOND(Delivery_Time)
FROM INVOICES;



Siehe auch 

MINUTE
SECOND

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Functions

 
SEITENINHALT 
 
GESCHICHTE 

 
ARTIKELVERWENDUNG

4D - SQL Reference ( 4D v20 R7)