mirror of
https://github.com/ethanrusz/scouter.git
synced 2025-04-20 14:06:32 -04:00
4 lines
No EOL
121 B
SQL
4 lines
No EOL
121 B
SQL
insert into main.moon_tier (moon_tier_id, tier_name)
|
|
values (1, 'Tier 1'),
|
|
(2, 'Tier 2'),
|
|
(3, 'Tier 3'); |