mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 11:07:41 +00:00
Added Goals fields
This commit is contained in:
@@ -7,7 +7,8 @@ BEGIN
|
||||
nextIepDate,
|
||||
lastEntryDate,
|
||||
goalCount,
|
||||
progressEventCount
|
||||
progressEventCount,
|
||||
benchmarkCount
|
||||
FROM v_student_card
|
||||
WHERE studentId = p_id_student
|
||||
LIMIT 1;
|
||||
|
||||
Reference in New Issue
Block a user