-- mysql
SELECT * FROM podcasts_title
WHERE MD5(guid)='baf59ee6be7bf0cc8140038d7cd641b4'
-- ^^^^^^^^^await db
.select()
.from(podcastsTitle)
.where(
eq(podcastsTitle.guid, songId)
// ^^^^^^^^^^^^^^^^^^
)eq(sql`MD5(guid)`, songId)