11 lines
135 B
MySQL
11 lines
135 B
MySQL
|
-- Verify camper:company__tourist_tax_max_days on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select tourist_tax_max_days
|
||
|
from camper.company
|
||
|
where false
|
||
|
;
|
||
|
|
||
|
rollback;
|