LoginSignup
1
1

More than 5 years have passed since last update.

oracle メモ

Last updated at Posted at 2015-02-02

確認系の sql は重要だと思うのだけど、
この辺り標準化して欲しい。

-- 日付フォーマットを確認する(RR-MM-DD みたいなやつ)
select value from v$nls_parameters where parameter = 'NLS_DATE_FORMAT';

-- スキーマのテーブル一覧を確認する
select * from tab;

1
1
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
1
1