Posts by Magno • 371 points
16 posts
-
1
votes0
answers318
viewsQ: How to hide error message coming from an API using Ajax, Fetch or Axios
Good evening guys, I’m beginner with Javascript, and I’m developing the functionality of a CRUD, I want to use the correct HTTP verbs for each function (Obs: I know that using the HTTP verbs is only…
-
0
votes1
answer153
viewsQ: Javascript - How do I pass a json object in my class constructor?
Good afternoon, I have a question regarding parameters where you pass an object, for example in mongoose has a method connect which we passed to url connection + a objeto to define the options, and…
-
1
votes2
answers85
viewsQ: How to create a property in a Javascript method
Good evening everyone, I am a beginner in Javascript, and I have a question regarding the properties. How can I create a property in a method in Javascript? I mean the methods because I’m learning…
-
1
votes0
answers73
viewsQ: (Javascript) - How can I remove duplicate event occurrence
Good evening guys, I am learning Javascript and decided to create this layout to test some knowledge, created a table and a modal to add users to the table. I’m creating the part of edit users, and…
-
3
votes1
answer148
viewsQ: Get a result that appears in 1st position if you have a value specified in SQL
I need to create a query that follows some rules and they are: gsm repeat sending be different status who is with ANOMALY and appears as the first result (over the others) I’ll give you an example…
-
0
votes1
answer202
viewsQ: How do I not select repeated data that contains a specific value in SQL in a column?
Good evening guys, I’m beginner with Database, I have a Query that runs a filter following a rule: Rule: GSM which is repeated, and has in both STATUS = 'TEMPORARY ANOMALY' and its MOTIVO_ENVIO is…
-
1
votes1
answer76
viewsQ: Result of a SELECT in Postgresql is not the same in Sqlite
Good evening guys, I developed a Query in Postgresql to apply a SELECT in my data imposing some rules, and these rules are very important for me to get the right result at the end of the selection.…
-
1
votes3
answers1053
viewsA: Problems in Try (Python)
@Retronietzsche I believe it must be your syntax that is wrong, I tried to reproduce your problem and it did not happen to me: try: pergunta = input('Quantos anos tem? ') if pergunta == 'aaa':…
-
0
votes1
answer1219
viewsQ: Python Pandas insert records into a column according to the data present in a Dataframe
Good evening, I have an Excel spreadsheet that has a column called Cod and within that column are the valores: 01, 02, 03 I need to create another column in this table that does the following:…
-
1
votes2
answers343
viewsQ: How do I get the latest date by following a SQL filter?
I need to create a filter by following the following rule: GSM which is repeated, and which MOTIVO_ENVIO equal, and STATUS = 'ANOMALIA TEMPORÁRIA' import only the line that contains DATA_ALTERACAO…
-
3
votes2
answers358
viewsQ: How can I select unique data in SQL?
Hello would you like to know how can I select unique data in SQL? I have an Excel spreadsheet that has the daods that I need to extract information by applying the following filter in sql: GSM which…
-
0
votes1
answer136
viewsQ: How to check different data and get the first SQL record?
I need to create a filter in SQL that follows some rules, I have a spreadsheet in Excel and in it I need to apply the following filter, the spreadsheet has the fields: GSM MOTIVO_ENVIO DATA_ATIVACAO…
-
1
votes1
answer79
viewsQ: How can I merge the rest of the data with the first query in SQL
Personal I have a query in SQL that returns the values not duplicated column: Nº Tel, and that has the Status equal to TEMPORARY MALFUNCTION SELECT DISTINCT [Nº Tel] FROM [export$] WHERE [Status] =…
-
1
votes1
answer676
views -
0
votes1
answer983
views -
9
votes1
answer877
views