You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like how you used the plugin along with /* SQL */ to increase readability
const queryStr =/* sql */` SELECT place.place_name, place.postcode, place.rating, users.username, reviews.review FROM place LEFT JOIN reviews ON reviews.place_id = place.place_id LEFT JOIN users ON reviews.author_id = users.author_id`;
The text was updated successfully, but these errors were encountered:
Like how you used the plugin along with
/* SQL */
to increase readabilityThe text was updated successfully, but these errors were encountered: