Posts by Vinícius Fernandes • 153 points
5 posts
-
5
votes2
answers1913
viewsQ: Query to pick text after a certain character
Good morning, I need a way to get all the rest of a string after a certain character, for example, I have the following database I always need to find what’s left of the string after the last "»"…
-
2
votes4
answers32475
viewsQ: Query to catch word after given character
Good morning, I need a way to get all the rest of a string after a certain character, for example, I have the following database I always need to find what’s left of the string after the last "»"…
-
0
votes1
answer42
viewsQ: Return a php query array
Good morning, I’m starting with php and I’m having the following doubt I am populating a graph that is of the MONTHLY requests, in js The way to spare him is as follows: ... pointHighlightFill:…
phpasked Vinícius Fernandes 153 -
2
votes1
answer7623
viewsQ: Get only first word within a sql server query
Good afternoon to you I have the following query SELECT COUNT (SolID) as quant, UsuNome as gerador FROM Solicitacao INNER JOIN Usuario ON Solicitacao.UsuIDAtendenteViaFone = Usuario.UsuID WHERE…
-
6
votes4
answers5546
viewsQ: SQL query to get all records from last month but until the current day
Good morning, I need to know a percent variation of last month’s job records for the task logs you did this month. For this I need to compare with the current day, for example. If today were…