camper/verify/campsite_type_option_cost__...

9 lines
126 B
PL/PgSQL

-- Verify camper:campsite_type_option_cost__cost on pg
begin;
select cost
from camper.campsite_type_option_cost;
rollback;