Posts by Diogo Cruz • 1 point
3 posts
-
0
votes1
answer343
viewsA: How to add 1 second to an Oracle date?
As soon as I published the question, it gave me light... I’ll leave it here for someone who might have the same doubt select * from PAY_PERIOD where pay_period_schedule_id = 2 AND start_date =…
-
0
votes1
answer343
viewsQ: How to add 1 second to an Oracle date?
I am trying to search a table for a row that has the start_date in the second after the date placed. select * from PAY_PERIOD where pay_period_schedule_id = 2 AND start_date = TO_DATE('2020-04-30…
-
-1
votes1
answer168
viewsQ: How to read a txt matrix
I needed to print a matrix I have on txt in the terminal. This is my txt: 010009070 300001000 070080000 807000000 050076000 064000510 030200000 092400000 000000023 What I’ve already tried: int…