I have a table that contains the following datetime and customer
example :
data1 :
datetime : 2011-7-25 10:23:30 AM
customer:A
data2 :
datetime : 2011-7-25 10:40:30 AM
customer:B
I need query to know time duration between Customer A and B,
I am using Firebird database. thank you before
What about
DATEDIFF?