Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DB に日付を挿入する必要があり、その日付の 2 週間後に終了日を設定したいと考えています。
どうすれば作れますか?
私の選択では、次のようなものが必要だと思います:
insert into table values (current_Date, current_Date+2weeks) where....
しかし、私はそれを行う方法がわかりません。