Skip to content

Instantly share code, notes, and snippets.

@antonlindstrom
Created March 18, 2010 20:26
Show Gist options
  • Save antonlindstrom/336840 to your computer and use it in GitHub Desktop.
Save antonlindstrom/336840 to your computer and use it in GitHub Desktop.
$rows = $dbh->preExeFetch("
SELECT
kategorier_id, inkomst
FROM
budget_kategorier
ORDER BY
kategorier_id
");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment