Skip to content

Instantly share code, notes, and snippets.

@duikb00t
Created December 1, 2014 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duikb00t/24d23eb1b0edcc1b79b0 to your computer and use it in GitHub Desktop.
Save duikb00t/24d23eb1b0edcc1b79b0 to your computer and use it in GitHub Desktop.
testGist
SELECT DATEDIFF(check_out, check_in ) AS totaalDagen,
check_in,
check_out,
email,
price,
price * totaalDagen AS totaalPrijs,
date_created
FROM
wp_dopbs_reservations
ORDER BY date_created DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment