Oracle TO_DATE function can convert a string into a datetime value which is acceptable for computing or comparing values of datetime type. In other words,… Read More »Oracle TO_DATE Example
SUBSTR Function Oracle SUBSTR function is used to cut or extract a piece of sub-string from an outer string. In this post, I will introduce… Read More »Oracle SUBSTR Function by Examples