sql >> Database teknologi >  >> RDS >> Mysql

hvordan man finder første og sidste post fra mysql-tabel

SELECT 
(SELECT column FROM table WHERE [condition] ORDER BY column LIMIT 1) as 'first',
(SELECT column FROM table WHERE [condition] ORDER BY column DESC LIMIT 1) as 'last'

Dette fungerede for mig, da jeg skulle vælge første og sidste dato i begivenhedsserien.



  1. Indsæt/opdater hjælpefunktion ved hjælp af PDO

  2. SQL-fejl:ORA-01861:literal matcher ikke formatstreng 01861

  3. Hvad er InnoDB og MyISAM i MySQL?

  4. Sammenligning af Galera Cluster Cloud-tilbud:Tredje del Microsoft Azure