in reply to Re: Managing Inventory Sections with Perl and SQL
in thread Managing Inventory Sections with Perl and SQL
Nice solution! I like the flexibility. Thanks a lot :)
One more question: I'm using MySQL and wondering what format to store the price in, I was thinking an unsigned decimal(9, 2) would this be appropriate (If I remember properly it should allow values up to 999 999.99, correct?).
Thanks again! :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Managing Inventory Sections with Perl and SQL
by mpeppler (Vicar) on Jul 29, 2003 at 08:30 UTC | |
by Anonymous Monk on Jul 29, 2003 at 09:15 UTC |