第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

老師可以提供下插入測(cè)試數(shù)據(jù)的sql嗎

老師可以提供下插入測(cè)試數(shù)據(jù)的sql嗎

正在回答

1 回答

CREATE DATABASE blog; USE blog; CREATE TABLE `t_blog` ( ? ? ? `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '自增id', ? ? ? `title` varchar(60) DEFAULT NULL COMMENT '博客標(biāo)題', ? ? ? `author` varchar(60) DEFAULT NULL COMMENT '博客作者', ? ? ? `content` mediumtext COMMENT '博客內(nèi)容', ? ? ? `create_time` datetime DEFAULT NULL COMMENT '創(chuàng)建時(shí)間', ? ? ? `update_time` datetime DEFAULT NULL COMMENT '更新時(shí)間', ? ? ? PRIMARY KEY (`id`) ? ? ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 # 自己造的幾條數(shù)據(jù) INSERT INTO `blog`.`t_blog`(`id`, `title`, `author`, `content`, `create_time`, `update_time`) VALUES (1, 'Springboot 為什么這', 'bywind', '沒(méi)錯(cuò) Springboot ', '2019-12-08 01:44:29', '2019-12-08 01:44:34'); INSERT INTO `blog`.`t_blog`(`id`, `title`, `author`, `content`, `create_time`, `update_time`) VALUES (3, 'Springboot 中 Redis', 'bywind', 'Spring Boot', '2019-12-08 01:44:29', '2019-12-08 01:44:29'); INSERT INTO `blog`.`t_blog`(`id`, `title`, `author`, `content`, `create_time`, `update_time`) VALUES (4, 'Springboot 中如何優(yōu)化', 'bywind', NULL, '2019-12-08 01:44:29', '2019-12-08 01:44:29'); INSERT INTO `blog`.`t_blog`(`id`, `title`, `author`, `content`, `create_time`, `update_time`) VALUES (5, 'Springboot 消息隊(duì)列', 'bywind', NULL, '2019-12-08 01:44:29', '2019-12-08 01:44:29'); INSERT INTO `blog`.`t_blog`(`id`, `title`, `author`, `content`, `create_time`, `update_time`) VALUES (6, 'Docker Compose + Springboot', 'bywind', NULL, '2019-12-08 01:44:29', '2019-12-08 01:44:29');
2 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

老師可以提供下插入測(cè)試數(shù)據(jù)的sql嗎

我要回答 關(guān)注問(wèn)題
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)