9 lines
163 B
SQL
9 lines
163 B
SQL
SELECT
|
|
support_card_id,
|
|
hint_group,
|
|
hint_gain_type,
|
|
hint_value_1,
|
|
hint_value_2
|
|
FROM single_mode_hint_gain
|
|
ORDER BY support_card_id, hint_group
|