Re: [PHP-DB] SORT resutls

2002-05-21 Thread CrossWalkCentral

thanks that did it.

"Beau Lebens" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> ORDER BY foo [ ASC | DESC ]
>
> // -Original Message-
> // From: CrossWalkCentral [mailto:[EMAIL PROTECTED]]
> // Sent: Wednesday, 22 May 2002 10:42 AM
> // To: [EMAIL PROTECTED]
> // Subject: [PHP-DB] SORT resutls
> //
> //
> // I am using the code bellow however this is not a proper way
> // to sort my data
> // it groups my data. Is their a similar command that i can
> // replace the group
> // with like sort?
> //
> // "SELECT * FROM supportsys WHERE status=1 and know=0 GROUP BY $G");
> //
> //
> //
> // --
> // PHP Database Mailing List (http://www.php.net/)
> // To unsubscribe, visit: http://www.php.net/unsub.php
> //



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




RE: [PHP-DB] SORT resutls

2002-05-21 Thread Beau Lebens

ORDER BY foo [ ASC | DESC ]

// -Original Message-
// From: CrossWalkCentral [mailto:[EMAIL PROTECTED]]
// Sent: Wednesday, 22 May 2002 10:42 AM
// To: [EMAIL PROTECTED]
// Subject: [PHP-DB] SORT resutls
// 
// 
// I am using the code bellow however this is not a proper way 
// to sort my data
// it groups my data. Is their a similar command that i can 
// replace the group
// with like sort?
// 
// "SELECT * FROM supportsys WHERE status=1 and know=0 GROUP BY $G");
// 
// 
// 
// -- 
// PHP Database Mailing List (http://www.php.net/)
// To unsubscribe, visit: http://www.php.net/unsub.php
// 

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




[PHP-DB] SORT resutls

2002-05-21 Thread CrossWalkCentral

I am using the code bellow however this is not a proper way to sort my data
it groups my data. Is their a similar command that i can replace the group
with like sort?

"SELECT * FROM supportsys WHERE status=1 and know=0 GROUP BY $G");



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