Linux Mysql コマンド//メモ用!
Version 基準 CentOS - 6.9 MySQL - 5.6 linux ll <=> ls -l linux grep -r 検索語 - 検索語が入ってるファイルの経路と...
8 search resultsShowing 1~8 results
You need to log-in
Version 基準 CentOS - 6.9 MySQL - 5.6 linux ll <=> ls -l linux grep -r 検索語 - 検索語が入ってるファイルの経路と...
boss=['john','lisa','bob','jack','takashi','nori','mari','sachi'] n=1 for n in range(5): print(bo...
postgres=# create view clubgroup(name,age,address,flag,id,clubname) as select * from grouplist as...
team=['sato','nao','john','lisa','kaoru','ryo','bob','jack','mary','linda','yosuke','takashi','sa...
1129+2344 3473 (40+50)*3-50 220 2**3 8 tax = 0.8 price = 120 suzuki_telephone = '090-1234 -5678' ...
@name, age, age+10表示、20代人だけ探すの条件 postgres=# select name, age, age+10 from userlist where age be...
@ユーザ下から5行確認する [root@ik1-316-18477 zipfile]# tail -5 /etc/shadow sshd:!!:17058:::::: ntp:!!:17058:...
中身を確認する [root@ik1-316-18477 home]# ls -l total 4 drwx------ 2 kho kho 97 Apr 3 14:...
8 search resultsShowing 1~8 results
Qiita is a knowledge sharing service for engineers.