반응형
mysql -uuser_id -ppasswd db_name -e "select domain, year, month, sum(total_cnt) from tb_counter
where year = '2015' and month = '07' group by domain, year, month" -t > result.txt
반응형
'DB(Oracle, Mysql 등)' 카테고리의 다른 글
[오라클] rownum 를 사용하여 조회 결과에 대하여 번호 붙히기 (0) | 2016.02.12 |
---|---|
[오라클] 중복행 제거 (0) | 2016.02.12 |
[오라클] 두 열을 한 열로.. (0) | 2016.02.12 |
[오라클] 문자열 길이 LENGTH(), LENGTHB(), VSIZE() (0) | 2016.02.12 |
[오라클] sqlplus set -options (0) | 2016.02.12 |