Поиск идеальной девушки ;)


/ Published in: SQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. SELECT * FROM `girls` WHERE
  2. (`age` BETWEEN 20 AND 23)
  3. AND `growth` >= 180
  4. AND `is_free` = 1
  5. AND `love_tropics` = 1
  6. AND `is_smoking` = 0
  7. LIMIT 1;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.