Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

274
Vistas
sql select top 10 values from database

I have a table called articles, each article has a rating value. I want to select * from the ten articles with the highest rating.

something along these lines

    $query = "SELECT TOP 10 rating FROM articles ORDER BY rating DESC";

I am confused about the TOP 10 part, I would usualy have SELECT * FROM

about 4 years ago · Santiago Trujillo
2 Respuestas
Responde la pregunta

0

Use LIMIT to do this

    $query = "SELECT * FROM articles ORDER BY rating DESC LIMIT 10";

Documentation here

about 4 years ago · Santiago Trujillo Denunciar

0

you can do so by folloing SQL Query

 SELECT * FROM article ORDER BY rating DECS LIMIT 10;
about 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda