Changes between Initial Version and Version 2 of Ticket #32155


Ignore:
Timestamp:
Oct 28, 2020, 7:24:58 PM (4 years ago)
Author:
Sukhinder Mann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32155

    • Property Type UncategorizedNew feature
  • Ticket #32155 – Description

    initial v2  
    2828    "staff"."position",
    2929    "staff"."salary",
    30     "staff"."date_of_birth",
     30    "staff"."date_of_birth", -- I don't want all these other attributes as well but I can't get rid of these as well, I just need the count attributes
    3131    COUNT(
    3232        CASE
Back to Top