Posts by Danilo Torres • 3 points
2 posts
- 
		0 votes1 answer113 viewsQ: left Outer Join in a clause orI have a problem with a query, that I need to do a left Outer Join from one table to another, or considering the values as 0, if any, basically what I was doing was the following. select B.coluna… 
- 
		0 votes1 answer90 viewsQ: Convert a sql to_date to a java dateMy problem is the following, I have to take rows of SQL Insert and check whether the formats in the TO_DATE function in these Inserts are valid with a java method. For a 'DD/MM/YYYY' format,…