Question

How to retrieve a database record count and save it to a variable

  • 9 June 2023
  • 2 replies
  • 102 views

Badge +3

Is it possible to return a database record count and save that number to a variable? It seems very simple but I can’t find any documentation that explains how to do that. 


2 replies

Userlevel 5
Badge +10

@Eddie Pequeno  execute select query and store output as variable (checkbox option)

Badge +3

1) Database:Use export to datatable- select query and save Output to table variable

2) Datatable: get no of rows 

 

Thanks,

Aravindh s

Aravindhkumar002@gmail.com 

Reply