sql >> Database >  >> RDS >> Sqlserver

Geautomatiseerde maandelijkse gegevensgeneratie in SQL

De pseudo-code:

START    
for each record in master-record
begin
      get the %MONTH% and %YEAR% of the record
      create new record with day:1, month=%MONTH%, and year=%YEAR%, Transaction='Please pay your rent', and etc.
      add the record and calculate the balance
end
add final-record 'Advanced Money Record' with the calculated balance

END

Als je het idee hebt, kun je het vertalen naar tsql-stored-proc.




  1. SQL Meerdere kolommen in IN-clausule om te converteren naar JPA

  2. mysql - waarden selecteren uit een tabel gegeven kolomnummer

  3. Waarom is SET XACT_ABORT niet op het standaardgedrag?

  4. Hoe kan ik zoeken naar tekst die emoji's bevat?