![]() |
Re: [Anfägerfrage] wofür ist Group By gut?
Stimmt. Hab zwar noch nie verwendet, aber ich könnte. :stupid:
|
Re: [Anfägerfrage] wofür ist Group By gut?
Zitat:
SQL-Code:
das funktioniert, aber wohl nur wenn es sich um eine Konstante ('dummy') handelt!?
select 'dummy',substr(coddos,1,1),count(idedos)
from tabdos group by substr(coddos,1,1) Hier gibt's Mecker:
SQL-Code:
Gruß
select substr(coddos,1,1),count(idedos)
from tabdos where substr(coddos,1,1)='H' K-H |
Re: [Anfägerfrage] wofür ist Group By gut?
Zitat:
SQL-Code:
select a
from tabelle group by a, b, c Zitat:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 18:54 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz