Specify the maximum number of rows returned

  • Versão de lançamento: Australia
  • Atualizado 12 de mar. de 2026
  • 1 min. de leitura
  • By default, ServiceNow only returns 100 rows of data with each iSQL query. If you need to return more rows of data, set the maxrows parameter for the iSQL session.

    To return all rows set maxrows to zero:

    maxrows 0

    To return more than 100 rows set maxrows to a higher value. For example, to return 500 rows:

    maxrows 500
    Nota:
    If running the Interactive SQL console from a shortcut, you must modify the shortcut Target to include the -maxrows parameter with the desired value.
    iSQL shortcut properties