Guest User

Untitled

a guest
May 22nd, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. select meta_categorie.name, meta_categorie.laurea, users.user_id, users.username from categorie join users on users.user_id = categorie.user_id join meta_categorie on meta_categorie.meta_categoria_id = categorie.meta_categoria_id where idoneo = true;
  2. name | laurea | user_id | username
  3. --------------------------------------------------------+--------+---------+----------
  4. Esperti in informazione e comunicazione | t | 3 | user2
  5. Esperti in diritto e avvocati | t | 4 | user3
  6. Esperti in informatica e telematica | t | 26 | fabiopig
  7. Esperti in informazione e comunicazione | t | 26 | fabiopig
  8. Esperti in scienze statistiche ed analisi quantitative | t | 31 | fabio71
  9. (5 rows)
Add Comment
Please, Sign In to add comment