Title / Description
Code SELECT `nick_name` , `email` , `first_name` , `last_name` , `gender` , `birthday` , `phone_number` , `adress` , `postal_code` , `created_on` , `updated_on` , `last_connected_on` , `previous_connected_on` , `fully_completed` , news_letter 2 FROM `users` 3 INNER JOIN user_notifications ON users.id = user_notifications.user_id 4 AND users.confirmed =1 5 AND users.deleted =0
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code