Untitled

 avatar
unknown
plain_text
a year ago
299 B
3
Indexable
SELECT shippingdate as shipdate,
    invoice,
    contact,
    handle,
    reason,
    eventname,
    serialnumber,
    productcode,
    size,
    shippingstreet,
    shippingcity,
    shippingstate
FROM
    giftshipment
WHERE
   contact = 'Caroline DeLuca'
     AND handle = '@carolineslevindeluca'
Leave a Comment