sql - Why order of the result varies on using extra brackets in select query -


select distinct (upper(cd)) table end_date > '08-12-2013' 

and

select distinct upper(cd) table end_date > '08-12-2013' 

the results of both queries same order varies. there explanation ?

as understand there no default 'order' of results unless order clause specified.

this may dependent on rdbms afaik standard sql.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -