Blogger Information
Blog 9
fans 0
comment 0
visits 6561
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
数据库增删查改
师太的小迷弟的博客
Original
990 people have browsed it

实例

/*
Navicat MySQL Data Transfer

Source Server         : bendi
Source Server Version : 50553
Source Host           : localhost:3306
Source Database       : qiannvyou

Target Server Type    : MYSQL
Target Server Version : 50553
File Encoding         : 65001

Date: 2019-03-21 14:56:56
*/

SET FOREIGN_KEY_CHECKS=0;

-- ----------------------------
-- Table structure for qiannvyou
-- ----------------------------
DROP TABLE IF EXISTS `qiannvyou`;
CREATE TABLE `qiannvyou` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT 'id',
  `name` varchar(255) NOT NULL COMMENT '姓名',
  `age` tinyint(3) NOT NULL DEFAULT '1' COMMENT '年龄',
  `xxing` varchar(50) NOT NULL,
  `heihgt` decimal(5,2) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of qiannvyou
-- ----------------------------
INSERT INTO `qiannvyou` VALUES ('4', '范冰冰', '38', 'b', '168.00');
INSERT INTO `qiannvyou` VALUES ('3', '杨幂', '33', 'o', '166.50');
INSERT INTO `qiannvyou` VALUES ('5', '李小璐', '38', 'o', '162.50');
INSERT INTO `qiannvyou` VALUES ('6', '刘亦菲', '26', 'a', '159.00');
INSERT INTO `qiannvyou` VALUES ('7', '周冬雨', '32', 'b', '170.00');
INSERT INTO `qiannvyou` VALUES ('8', '景甜', '27', 'a', '162.00');
INSERT INTO `qiannvyou` VALUES ('9', '南笙', '28', 'a', '162.00');
INSERT INTO `qiannvyou` VALUES ('10', '曹曦月', '27', 'a', '165.00');
INSERT INTO `qiannvyou` VALUES ('11', '安悦溪', '30', 'ab', '165.00');
INSERT INTO `qiannvyou` VALUES ('12', '宋祖儿', '21', 'a', '165.00');

运行实例 »

点击 "运行实例" 按钮查看在线实例

Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post