SQL to get the 9 box rating
Summary
SQL to get the 9 box ratingContent
Can someone help with the physical SQL for this logical SQL
Basically i want the 9 box rating value for the employees.
SELECT "Workforce Profiles - Person Profile Real Time"."Box Assignment"."Box Assignment"
FROM "Workforce Profiles - Person Profile Real Time"
WHERE "Box Assignment"."Box Assignment" IS NOT NULL
0