mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-31 01:15:48 -04:00
Added database/sql
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
set verify off
|
||||
col object_id format 999999999999
|
||||
col contained_by format 999999999999
|
||||
col load_with format 999999999999
|
||||
col location_id format 999999999999
|
||||
col owner_id format 999999999999
|
||||
col character_object format 999999999999
|
||||
col item_id format 999999999999
|
||||
select object_id, contained_by, load_with, deleted, deleted_date
|
||||
from objects where object_id in (
|
||||
select object_id from missing_objects where query_time > trunc(sysdate));
|
||||
|
||||
select item_id, location_id from market_auctions where item_id in (
|
||||
select object_id from missing_objects where query_time > trunc(sysdate));
|
||||
Reference in New Issue
Block a user