Posts by Almino • 37 points
7 posts
-
0
votes1
answer58
views -
0
votes1
answer51
viewsQ: Concatenate values with condition (case)
Good evening! I’m new to the programming. I have the code below in a CTE that counts the number of subscribers in each area. In the main consultation I see which area has the largest amount of…
-
-2
votes1
answer120
viewsQ: Subconsulta returns more than one value
Good night! I have an sql query based on a CTE and I want to take the largest value between a subconsulta, but when I run the main query the subconsulta error returns more than one value appears.…
-
0
votes2
answers84
views -
1
votes0
answers25
viewsQ: CSV file does not record all data in the database
Good evening, in my code when I send the CSV file It records only the last line of the file, when I use TRUNCATE TABLE. Without the truncate saves all lines, but the goal is to update the data by…
-
0
votes1
answer42
views -
-3
votes1
answer30
viewsQ: Undefined Property: Dateperiod::$format
I am making a system that registers a set of dates via $_POST. I want to insert in the database the range created below via datetime. But when executing appears the above message. How to proceed?…