Guest User

Untitled

a guest
Jan 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. SELECT
  2. CASE
  3. WHEN stato_prenotazione = 'in sospeso' THEN 'elabora prenotazione'
  4. ELSE ''
  5. END name_of_column,
  6. prenotazione,
  7. username,
  8. nome,
  9. cognome,
  10. viaggio,
  11. stato_viaggio,
  12. data_prenota,
  13. stato_prenotazione,
  14. numero_ospiti
  15. FROM your_table
Add Comment
Please, Sign In to add comment