Posts by Daniel Campanha • 21 points
4 posts
- 
		0 votes3 answers1241 viewsA: Statement Where comparing Date(type date) variable with current dateOkay, guys, problem solved here. I was not aware that SYSDATE (and other variables of type DATE) took, beyond the day, month and year, the Hours, minutes and seconds... So, to be able to compare… 
- 
		0 votes3 answers1241 viewsQ: Statement Where comparing Date(type date) variable with current dateHello. I am using Oracle SQL and need a query that returns values where the date is equal to the current date. Oracle has some word reserved for current date in the system? My code: insert into… 
- 
		2 votes1 answer7956 viewsQ: How to work with Log in Java?I need to make a condition based on the Log of my Java project. Ex: Enquanto(TextoDoLog == "PalavraTal"){ faça algo; } But I don’t know if I have to create some class, or method, how to handle it.… 
- 
		0 votes0 answers536 viewsQ: In Git, I can’t pull, it gives ERROR 502I’m in a project and I can change Branch (Checkout), fetch, merge, but pull I can’t, returns the message fatal: Unable to access '': The requested URL returned error: 502 I’ve done several tests and…