0
Hello! I have a table in BD that can contain from 0 there are 12 records. (as a monthly income chart during the year. totaling 12 records)
I want to make a query in this table and I want it to return me exactly 12 records of the query.
Example: the table has only 3 records:
month 01 | 35,00
month 02 | 25,00
month 03 | 98,00
The query should return me these 3 existing months and complete the registration number with the 9 missing months.
month 01 | 35,00
month 02 | 25,00
month 03 | 98,00
|
|
|
|
|
|
|
|
Hello, you can add the code of what you have tried?
– veroneseComS
I did no code. this all has to be done only in a select in the database
– user133153