0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

SQL

Last updated at Posted at 2025-02-24

Db2の場合

$ db2

list db directory

connect to データベース名

describe table GOALS

select distinct(HEIGHT) from PLAYERS

Db2の場合 時刻取得

db2 => values current timestamp

1
--------------------------
2025-02-24-16.47.05.196813

db2 => SELECT current date FROM sysibm.sysdummy1;

1
----------
2025-02-24


0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?