Skip to content

Instantly share code, notes, and snippets.

@julie-mills
Created July 31, 2019 23:25
Show Gist options
  • Save julie-mills/12a99f5af0d1fe5548a19c0a53bb48f2 to your computer and use it in GitHub Desktop.
Save julie-mills/12a99f5af0d1fe5548a19c0a53bb48f2 to your computer and use it in GitHub Desktop.
sql query
select comments, date
from airbnb_reviews
where listing_id = :listing_id
order by date desc
limit 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment