Feat(SQL, UI): 1. Dog Command Links page completed with get + set functionality. \n 2. Commands page and Command Categories page completed with get + set functionality.
This commit is contained in:
@@ -389,6 +389,7 @@ BEGIN
|
||||
, t_COMMAND_CATEGORY.does_meet_id_filters
|
||||
, t_COMMAND_CATEGORY.does_meet_non_id_filters
|
||||
FROM tmp_Command_Category t_COMMAND_CATEGORY
|
||||
ORDER BY t_COMMAND_CATEGORY.name
|
||||
;
|
||||
END IF;
|
||||
|
||||
@@ -406,6 +407,10 @@ BEGIN
|
||||
, t_COMMAND.does_meet_id_filters
|
||||
, t_COMMAND.does_meet_non_id_filters
|
||||
FROM tmp_Command t_COMMAND
|
||||
INNER JOIN tmp_Command_Category t_COMMAND_CATEGORY ON t_COMMAND.id_command_category = t_COMMAND_CATEGORY.id_command_category
|
||||
ORDER BY
|
||||
t_COMMAND_CATEGORY.name
|
||||
, t_COMMAND.name
|
||||
;
|
||||
END IF;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user