Skip to content

Instantly share code, notes, and snippets.

View petersamokhin's full-sized avatar
:octocat:

Peter petersamokhin

:octocat:
  • London, UK
  • 23:32 (UTC +01:00)
View GitHub Profile
EXPLAIN ANALYSE (
SELECT
stories.id,
stories.slug,
stories.title,
stories.image,
stories.date,
stories.updated_at,
CAST(users_favorite_stories.created_at IS NOT NULL AS boolean) AS is_favorite,
stories.languages,