sql >> Databasteknik >  >> RDS >> Sqlserver

Automatiserad månatlig datagenerering i SQL

Pseudokoden:

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

Om du fick idén kan du översätta den till tsql-stored-proc.




  1. Hur ignorerar man SequelizeUniqueConstraintError i Sequelize?

  2. Fel - SQLDateTime-spill. Måste vara mellan 1/1/1753 12:00:00 AM och 12/31/9999 11:59:59 PM

  3. Ansluter RStudio till SQL Server

  4. Infoga PostGIS-objekt (t.ex. ST_GeomFromText) från radvariabler i plpgsql-skript