mirror of
https://github.com/ethanrusz/scouter.git
synced 2024-11-24 04:27:46 -05:00
4 lines
121 B
SQL
4 lines
121 B
SQL
insert into main.moon_tier (moon_tier_id, tier_name)
|
|
values (1, 'Tier 1'),
|
|
(2, 'Tier 2'),
|
|
(3, 'Tier 3'); |