Re: Sorting issue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jeff wrote:

Yes duh...

I didn't realize numbers weren't considered characters.
What's the sql entry for numeric characters?

I'm new at this, and figure I'm not doing to bad so far. .

Make them an INT column. It'll hold numbers up to 2 billion+. Or you can use TINYINT which will hold numbers up to 255. Read the MySQL docs for more column types...


kwo INT NOT NULL,
lsd INT NOT NULL,

--
---John Holmes...

Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/

PHP|Architect: A magazine for PHP Professionals – www.phparch.com





--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux