Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> Jednym zapytaniem - suma rekordów
yarot
post
Post #1





Grupa: Zarejestrowani
Postów: 29
Pomógł: 0
Dołączył: 30.09.2003
Skąd: Wawa

Ostrzeżenie: (0%)
-----


Witam, potrzebuje wyciągnąć z bazy sumę rekordów gdzie stan = 1 i stan = 4 - jednym zapytaniem


[sql:1:529de26bd0]select count(idcoś) from tabela where stan = 1[/sql:1:529de26bd0]

[sql:1:529de26bd0]select count(idcoś) from tabela where stan = 4[/sql:1:529de26bd0]

Wiem że trzeba tabelę złączyć i zastosować distinct ale mam zaćmienie.
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi
Jabol
post
Post #2





Grupa: Przyjaciele php.pl
Postów: 1 467
Pomógł: 13
Dołączył: 22.02.2003

Ostrzeżenie: (0%)
-----


[sql:1:a73659f781]select count(ilość) from tabela where pole in (1,4);[/sql:1:a73659f781]nie trzeba nic złączać i distinctować.
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 19.09.2025 - 18:39