sql >> データベース >  >> RDS >> Sqlserver

SQL での月次データの自動生成

    疑似コード:

    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
    

    アイデアがあれば、tsql-stored-proc に変換できます。




    1. 検索はすべての製品を表示しています

    2. 関数内のfetch_assocでの致命的なエラー

    3. 文字列からシーケンスを取得した後、シーケンスから欠落している番号を見つけますか?

    4. チェックボックスでデータベースから複数の行を削除する