SQL Test

Sql code posted
created at 19 Apr 21:27, updated at 20 Apr 16:11

Edit | Back
1
2
3
4
5
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
378 Bytes in 2 ms with coderay