|
LHS's Study Space
Search posts...
Internal Traffic (traffic_type=internal)
Accessed from the dashboard.
This session is not logged.
SQL문제풀기
[SQL 문제 풀기] 최댓값 구하기(59415)
lhs
Jan 13, 2025
Share
Contents
1. 문제 풀이 아이디어
2. 나의 정답 코드
3. 정리
school.programmers.co.kr
https://school.programmers.co.kr/learn/courses/30/lessons/59415
1. 문제 풀이 아이디어
MAX
함수를 활용하여 문제를 해결할 수 있다.
2. 나의 정답 코드
SELECT
MAX
(datetime)
FROM
animal_ins;
3. 정리
MAX
함수를 사용하여
datetime
의 최대값을 구한다.
Share article
Share
More articles
See more posts
[알고리즘 문제 풀기] 카드1(2161)
C#
January 13, 2025
[프로그래머스] [3차] 방금그곡(17683)
January 13, 2025
[알고리즘 문제 풀기] Can you add this?(7891)
C#
January 12, 2025
[프로그래머스] 미로 탈출(159993)
January 12, 2025
LHS's Study Space
RSS
·
Powered by Inblog