FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » sql how to have the total rows number in this case nawfer
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
sql how to have the total rows number in this case nawfer [message #182512] Fri, 09 August 2013 14:12
nawfer is currently offline  nawfer
Messages: 34
Registered: August 2011
Karma:
Member
in this select
$query="SELECT *
FROM table1
ORDER BY
(CASE WHEN column2 = 100 THEN 1 ELSE 0 END + CASE WHEN column3='Y' THEN
2 ELSE 0 END) ASC, column1 ASC, column2 ASC;


how to have
a) the numeration for every row;
b) the total number of all the rows
c) the total number of column2 = 100 rows
d) the total number of column3='Y' rows ?
[Message index]
 
Read Message
Previous Topic: sql how to have the total rows number in this case
Next Topic: sql how to have the total rows number in this case (this is correct question)
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Sep 19 23:32:47 GMT 2024

Total time taken to generate the page: 0.03406 seconds