sql - retrieve Number of days between order date and shipment date -


order table has order date , shipment date. need retrieve number of days between order date , shipment date. example: order date = 31/08/96 shipment date= 10/09/96 oracle 11g.

just subtract them, e.g. in select date2 - date2 total_days dual


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -

Why does a .NET 4.0 program produce a system.unauthorizedAccess error on a Windows Server 2012 machine with .NET 4.5 installed? -