블로그
- [MSSQL] 7일차 column2 datatype,...) column -> 열, 필드의 이름 datatype -> 열이 어떤 데이터 타입인지를 미리 정의(varchar, integer, date 확인하기 go select*from Persons 테이블을 제거하는 구문 drop table table_name drop table Persons 테이블 변경 alter table 명령어
- date 명령어 정리 리눅스 shell에서 사용되는 date 명령어는 날짜와 시간에 대하여 알려주는 패키지입니다. 여러 date 옵션들과 과거 및 미래 시간 등을 정리해 보았습니다. GNU utils를 통한 date 패키지로 테스트하였으므로 맥북 등에서는 일부 옵션이 적용되지 않을 수 있습니다. ( -d 등
- 리눅스 시간 설정하기 Linux 시스템의 시간 확인은 date 명령으로 할 수 있으며, date 명령은 수동으로 시간 설정도 가능하다. Wed May 16 12:01:03 KST 2018 [root@localhost ~]# 2 시스템 시간 수동으로 변경하기 - date 명령어 뒤에 "월시간년도.초" 의 형식으로 입력하면
- MAC Terminal Command 맥북 터미널 명령어 모음 MAC Terminal Command 맥북 터미널 명령어 모음 명령어 도움말 보기man "command name here"enter q to exit help Lesson 1:ls directory Documents to Documents_2mv "picture1.png" "Hi.png"touch test_file : create file named "test_file"date
- 리눅스 시간관리. clock, date (-s) date clock -r clock -s date 4.date 시스템 시간과 날짜를 출력하거나 설정. date [옵션][+포맷][날짜] [root@kami src]# date (화) 20:11:16 KST [root@kami src]# date +%T 20:11:21 [root@kami src]# date +%A 화.......
- Shell 명령어 Date - 초간단 팁 날짜형태의 문자를 만든다음 원하는 부분을 SubString 하는 예