题解 | #插入记录(三)#
插入记录(三)
https://www.nowcoder.com/practice/978bcee6530a430fb0be716423d84082
别具一格的 select 写法
第一个是 REPLACE into
第二个是 NULL
REPLACE into examination_info select NULL,9003,'SQL','hard',90,'2021-01-01 00:00:00'
插入记录(三)
https://www.nowcoder.com/practice/978bcee6530a430fb0be716423d84082
REPLACE into examination_info select NULL,9003,'SQL','hard',90,'2021-01-01 00:00:00'
相关推荐