coding with cong

  • 홈
  • 방명록
  • 태그
  • 카테고리

DB/명령프롬프트 - mysql 51

[MySQL] 원하는 위치의 데이터 추출 limit

원하는 위치의 데이터 추출 : limit 시작번지, 개수; 시작번지부터 개수만큼 추출 보통 서식의 맨뒤에 위치! mysql> select * from student limit 0,3; +------+--------+------+---------+----------+-------+ | num | name | age | address | major | score | +------+--------+------+---------+----------+-------+ | 1111 | 홍길동 | 23 | seoul | computer | 89 | | 2222 | 강길순 | 24 | seoul | English | 87 | | 3333 | 이순신 | 22 | Inchen | English ..

DB/명령프롬프트 - mysql 2023.03.27

[MySQL] Database 확인 show, use, select

mysql> show databases; / /mysql의 데이터베이스를 보여주세요 mysql> use test; // Database의 test를 사용합니다 mysql> show tables; // test의 테이블을 보여주세요 mysql> select*from test1; // test1 table 전체출력 mysql> select*from test1 where address = "서울시"; // address가 서울시인 test1 table전체 출력 Microsoft Windows [Version 10.0.19045.2728] (c) Microsoft Corporation. All rights reserved. C:\Users\EZEN-217T>mysql -uroot -pezen //mysql에 연..

DB/명령프롬프트 - mysql 2023.03.26
이전
1 ··· 5 6 7 8
다음
더보기
프로필사진

coding with cong

콩의 작은 개발 블로그

  • 분류 전체보기 (441)
    • JAVA (70)
      • java (41)
      • java 코드 (29)
    • DB (63)
      • MySQL Workbench (12)
      • 명령프롬프트 - mysql (51)
    • HTML.CSS.JS (169)
      • html (24)
      • css (18)
      • JS (127)
    • JSP (52)
      • JSP (52)
    • Spring (40)
      • Spring-eclipse (20)
      • Spring (2)
      • Springboot-Intellij (18)
    • GIT (6)
      • GIT (4)
      • GIT ERROR (2)
    • Node.js (3)
    • 코딩테스트 (32)
    • 컴활 1급 실기 (3)

Tag

modify, mysql, Table, create, concat, Trigger, random, while, indexOf, erd, intstream, if, Integer.parseInt, join, is not null, Class, select, for, Update, substring,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/07   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31

방문자수Total

  • Today :
  • Yesterday :
콩의 깃허브!

꾸준한 개발자가 되고 싶은 콩의 블로그입니다.

공재불사! 열심히 노력해봐요!

티스토리툴바