Release Management
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

                                              SQL server:              
                                             exec exec RUNTOTALNUM

                                            PostgresSQLPostgresSQL             
                                            select  select RUNTOTALNUM('observation_fact','public')
                                          --   (replace 'public' by the schema name for the fact table)
                                          -- If using a sch

...