Untitled
Anonymous
plain_text
03/14/2024 1:12 AM
400 B
12
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'Editor is loading...
Leave a Comment