공부
[mysql] update & where & order by & limit
승가비
2023. 9. 10. 14:29
728x90
https://jybaek.tistory.com/483
[mysql] update 문법
테이블의 컬럼 값을 변경할때 update문을 사용합니다. 일단 친절한 help를 살펴보면 아래와 같습니다. MariaDB [oops]> help update; Name: 'UPDATE' Description: Syntax: Single-table syntax: UPDATE [LOW_PRIORITY] [IGNORE] table_r
jybaek.tistory.com
728x90