Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help with sql statement
Message
 
 
À
20/02/2002 12:54:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00622672
Message ID:
00622688
Vues:
19
You can use ROUND function.
select padr(cdow(datein),12) as DayIn, Round(Minutes/60,1) as TotHours from TimeCard
>Thank You Nadya,
>
>The day's are no longer truncated but its still displaying TotHours with 4 decimal places. But thats ok, its just minor - this project is kinda being rushed so I can fix that later.
>
>Thanks again!
>
>
select padr(cdow(datein),12) as DayIn, 00.00+Minutes/60 as TotHours from TimeCard
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform