Versions Compared

Key

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

...

Current Assumptions for TIS


Currently Held in DR


vwPerson by Status;


Code Block
sql
sql
select status, count(*)
FROM [HEELIVE].[vwPerson]
group by status;

...