-e ã使ãã mysql -u root TABLENAME -e'select id from user where id=1' +----+ | id | +----+ | 1 | +----+ ã«ã©ã åã表示ããããªãæã-N ã使ãã mysql -u root TABLENAME -N -e'select id from user where id=1' +---+ | 1 | +---+å¤ã ã欲ããæã -B(ã¨-N)ã使ãã â»-B ã¯ã¿ãåºåãã§åºå mysql -u root TABLENAME -N -B -e'select id from user where id=1' 1è¤æ°ã«ã©ã æå®ããã¨ã mysql -u root TABLENAME -N -B -e'select id, created_at from user where id=1' 1 2012-1
{{#tags}}- {{label}}
{{/tags}}