#anybody that doesn't understand SQL it's a script about self-reflection
Explore tagged Tumblr posts
peach-thinks ยท 3 months ago
Text
Tumblr media
"SELECT m.ACTIVE, b.ACTIVE, h.ACTIVE
FROM ME_ARCHIVE m
LEFT JOIN BRAIN b ON b.CELL_COMPOSITION = m.CELL_COMPOSITION
JOIN HEART h ON h.CELL_COMPOSITION = m.CELL_COMPOSITION
WHERE m.UPDATE_DATE <= SYSDATE
ORDER BY m.UPDATE_DATE DESC
[Query results]
Fetched 28 rows in 883,594,012 seconds"
0 notes