Skip to content

Instantly share code, notes, and snippets.

@hinata4zzahra
Created February 16, 2018 07:49
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 hinata4zzahra/9d32cc2ce8c9e1e2b0e99053a9c40331 to your computer and use it in GitHub Desktop.
Save hinata4zzahra/9d32cc2ce8c9e1e2b0e99053a9c40331 to your computer and use it in GitHub Desktop.
select post.title, user.username, coment.coment from post, user, coment where post.createdby=user.id and post.id_post=coment.postid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment