16 lines
848 B
SQL
16 lines
848 B
SQL
|
|
CALL demo.p_dog_get_many_command (
|
|
1 -- 'auth0|6582b95c895d09a70ba10fef', -- a_id_user
|
|
, 1 -- a_get_all_command_category
|
|
, 0 -- a_get_inactive_command_category
|
|
, '' -- a_ids_command_category
|
|
, '' -- a_names_command_category
|
|
, 1 -- a_get_all_command
|
|
, 0 -- a_get_inactive_command
|
|
, '' -- a_ids_command
|
|
, '' -- a_names_command
|
|
, 1 -- a_output_command_categories
|
|
, 1 -- a_output_commands
|
|
, 0 -- a_debug
|
|
);
|