คำสั่งกำหนดช่วงวันที่ปีงบประมาณ (บันทึก)

  ==> กำหนดช่วงวันที่ปีงบประมาณ
SET @bgyear := '2561'; #input your bgyear
SET @ds := DATE_FORMAT(CONCAT((@bgyear-543),'-09','-30'),'%Y-%m-%d'); #input

your bgyear

SET @ds1 := DATE_ADD(DATE_SUB(@ds,INTERVAL 1 YEAR),INTERVAL 1 DAY);
SET @ds2 := @ds;

/* BG 2561 */
SET @ds1 := IF(@bgyear='2566','2022-10-01',@ds1);
SET @ds2 := IF(@bgyear='2566','2023-05-31',@ds2);

Share on Google Plus

About Mamakio

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 ความคิดเห็น:

แสดงความคิดเห็น