Menu

query builder: LIMIT syntax

Anonymous
2016-03-20
2016-03-20
  • Anonymous

    Anonymous - 2016-03-20

    Look this query:

    SELECT
    traducciones.Id,
    traducciones.En,
    traducciones.Es,
    traducciones.Fecha_Actualizacion
    FROM
    traducciones
    ORDER BY
    traducciones.Id DESC
    limit 5

    If you paste this query in the syntax tab and run it, it's fine, but if you change to designer tab, you need refresh, if you click in the button: yes, the syntax changed to:

    SELECT
    traducciones.Id,
    traducciones.En,
    traducciones.Es,
    traducciones.Fecha_Actualizacion
    FROM
    traducciones
    ORDER BY
    traducciones.Id limit5 DESC

    We lost the limit option, and it's in order by option.
    Can you help me?

    Thanks

     
  • PAscal

    PAscal - 2016-03-20

    It's an "old" bug
    We have it in our todo list ...

    Note: SQLeo doen't need the LIMIT keyword as results are displayed page per page.
    Regards

     
    • Anonymous

      Anonymous - 2016-03-20

      I need this keyword in my querys what can I do?

       

Anonymous
Anonymous

Add attachments
Cancel