Posts by MBrenzan • 77 points
3 posts
-
-4
votes1
answer51
viewsQ: Concatenation in Python
I’m having trouble concatenating the result of a string with a string. velas[0] = '\033[0;32;42m g ' if velas[0]['open'] < velas[0]['close'] else '\033[0;31;41m r ' if velas[0]['open'] >…
-
0
votes1
answer274
viewsQ: Field for numbering or ranking distinct records - Oracle
I have a problem which is this:: Knowing that a care can have several exams, I need to number the exams in order to know the first, second, third..., for each service. Example: LINHA ATENDIMENTO…
-
7
votes1
answer3919
viewsQ: How to list every day between two dates for more than one record (Oracle)
I applied an orientation of another topic and it worked cool when you only have one record in the table with the interval, but I had problems when the same record has more than one date range. Using…