10 lines
95 B
MySQL
10 lines
95 B
MySQL
|
-- Verify camper:icon on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select icon_name
|
||
|
from camper.icon
|
||
|
where false;
|
||
|
|
||
|
rollback;
|