mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
7 lines
150 B
SQL
7 lines
150 B
SQL
create global temporary table object_list -- NO_IMPORT
|
|
(
|
|
object_id number(20),
|
|
container_level number
|
|
);
|
|
grant select on mission_objects to public;
|