Skip to content

Instantly share code, notes, and snippets.

@paulchubatyy
Created January 3, 2011 17:11
Show Gist options
  • Save paulchubatyy/763699 to your computer and use it in GitHub Desktop.
Save paulchubatyy/763699 to your computer and use it in GitHub Desktop.
SELECT
anmeldelser.billed_sti ,
anmeldelser.overskrift ,
anmeldelser.indhold ,
anmeldelser.id ,
anmeldelser.godkendt,
FROM
anmeldelser
UNION SELECT
nyheder.id ,
nyheder.billed_sti ,
nyheder.overskrift ,
nyheder.indhold ,
nyheder.godkendt
FROM nyheder
ORDER BY RAND() LIMIT 0,6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment