Med NOT EXISTS
:
select t.* from tablename t
where col = 'Cancel'
and not exists (
select 1 from tablename
where creation_date < t.creation_date and col <> t.col
)
Se demoen
.
Med NOT EXISTS
:
select t.* from tablename t
where col = 'Cancel'
and not exists (
select 1 from tablename
where creation_date < t.creation_date and col <> t.col
)
Se demoen
.
hvordan kan jeg tælle status ændret/opdateret efter kategorier for en bestemt måned
Fejl #2002 Kan ikke oprette forbindelse til lokal MySQL-server gennem socket '/Applications/MAMP/tmp/mysql/mysql.sock' (2)
spørgsmål om pl/sql lagret programtekst
Sådan opretter du en funktion, der ikke returnerer noget