Content

Articles, page 13

Reviews, previews and more text submit an article

Why I am not too big on using Github (programming)

written by owen, published: 2015-Sep-23, read 2434 times.

Living on the edge, noobs and Future geeks (programming)

written by owen, published: 2015-Jul-17, read 9467 times.

Tech Trends: Rise of the consumer nerd

written by owen, published: 2015-Jun-23, read 2511 times.

SOLID OOP is kinda strange (programming)

written by owen, published: 2015-Jun-23, read 2592 times.

Some things I learnt about SQL (programming)

written by owen, published: 2015-Jun-16, read 2849 times.

owen commented: TRUNC is not all bad it does have a purpose when used. It takes off the time part of the date making the comparison a whole date without the time getting mixed in. Without trunc you would have to use '31-JAN-2015 23:59:59' to get the last hours included in the results. So don't go changing stuff that works without knowing the side-effects and testing. If it aint broke..... ... read 2 more