Skip to content

Instantly share code, notes, and snippets.

@himinseop
Created March 27, 2014 08:10
Show Gist options
  • Select an option

  • Save himinseop/9802684 to your computer and use it in GitHub Desktop.

Select an option

Save himinseop/9802684 to your computer and use it in GitHub Desktop.
heredoc
$sql =<<<SQL
SELECT
COUNT(*)
, id
FROM
example_table
SQL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment