automated commit by check50 [check50=True]
This commit is contained in:
7
log.sql
7
log.sql
@@ -13,8 +13,11 @@ SELECT * FROM "packages" WHERE "from_address_id" = 432 AND "to_address_id" = 854
|
||||
-- Get the delivery address of the parcel with missing "from_address_id"
|
||||
SELECT * FROM "packages" WHERE "from_address_id" IS NULL;
|
||||
|
||||
-- Get info about the given address
|
||||
SELECT * FROM "addresses" WHERE "id" = 50;
|
||||
-- Get info about the package
|
||||
SELECT * FROM "scans" WHERE "package_id" = 5098;
|
||||
|
||||
-- Get info about where the parcel ended up
|
||||
SELECT * FROM "addresses" WHERE "id" = 348;
|
||||
|
||||
-- *** The Forgotten Gift ***
|
||||
|
||||
|
||||
Reference in New Issue
Block a user