Everyday SQL (7)

August 21, 2017 lilo 0

There are many interesting usage of sql function, like case when which is super powerful. Hope you can find something interesting or useful from the […]

Everyday SQL (6)

May 31, 2017 lilo 0

这是我工作遇到的问题,从别的组里要来了一堆SQL code,大概是四五年前在那工作的人写的,感觉是old style,之前从没见过,贴出来给大家。 Q: What’s the meaning of (+) in SQL queries (Oracle)?   A: It’s Oracle’s synonym for OUTER JOIN. Example:   SELECT * […]

Python question list

December 15, 2016 lilo 0

if we have probability for each value, how to see the value’s distribution? We can use histgram to see the possible pdf (probability density function) […]