2008 Oct 01 1:29 PM
Hi all,
How to define a field to hold the data of decimals.?
I would like to define a field in such a way that it shoudl hold values like 123456789.55
Regards
Pavan
2008 Oct 01 1:30 PM
Hi all,
How to define a field to hold the data of decimals.?
I would like to define a field in such a way that it shoudl hold values like 123456789.55
Regards
Pavan
2008 Oct 01 1:30 PM
2008 Oct 01 1:34 PM
2008 Oct 01 1:41 PM
data : amount type p(11) decimals 2.regards,
Advait
Edited by: Advait Gode on Oct 1, 2008 2:41 PM
2008 Oct 01 1:47 PM
If I recall correctly, the correct syntax is
amount(11) type p decimals 2
2008 Oct 01 2:57 PM
2008 Oct 14 12:12 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |