11 lines
111 B
PL/PgSQL
11 lines
111 B
PL/PgSQL
-- Verify camper:service__position on pg
|
|
|
|
begin;
|
|
|
|
select position
|
|
from camper.service
|
|
where false
|
|
;
|
|
|
|
rollback;
|