심바의 개발일지
홈
태그
방명록
DB/Mysql
[mysql] 결과 갯수 세기 (조회한 결과 세기)
simba
2020. 7. 31. 17:53
전체 행 갯수
SELECT
COUNT
(*)
FROM
테이블;
컬럼 갯수
SELECT
COUNT
(컬럼)
FROM
테이블;
공유하기
게시글 관리
심바의 개발일지
'
DB
>
Mysql
' 카테고리의 다른 글
[Mysql] 이름앞에 글자추가하기, 문자열 바꾸기 ( + Error Code:1406, Error Code:1175)
(0)
2021.03.10
ERROR 3546 @@GLOBAL.GTID_PURGED cannot be changed
(0)
2021.01.08
Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column. To disable safe mode, toggle the option in Preferences
(0)
2020.08.04
no database selected select the default db to be used by double-clicking its name in the schemas
(0)
2020.07.31
[mysql] INSERT 문
(0)
2020.07.31
티스토리툴바