LoginSignup
1
0

A5いろいろ

Last updated at Posted at 2022-12-06
--------------------------------------------------
1 カラムコピー
タブカラム>物理名>マウス左クリック>cstr c

---------------------------------------------------
2 フィルタ
下記のように適用実行
contract_number like '%SS%'

-----------------------------------------------------
3 ショットカート
Ctrl + q	SQL整形
Ctrl + g	条件を指定してテーブルを開く
Ctrl + Space	テーブル名やテーブルカラム名の入力補完
Ctrl + r	文字列置換
Ctrl + h	実行履歴表示
Ctrl + k	コメントアウト
Ctrl + Shift + k	コメントアウトを解除
--------------------------------------------------
4 データの挿入
対象テーブル>右クリック>SQLの生成>insert チェック>
生成したinsert SQL文に対象カラムデータを設定。
複数件インサート
INSERT 
INTO cakedb.users(name) 
VALUES ('秋葉原'),('品川')
--------------------------------------------------
5 データ更新表示
データタブ>右クリック>更新


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