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