Blogger Information
Blog 10
fans 0
comment 0
visits 6537
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
学习mysql基础
路亚
Original
632 people have browsed it

MYSQL 数据库

  • 找一门简单的编程语言入门,发现也不是件容易的事情,那就记录一下学习心得和笔记吧

1、据库的增删改查

  • 插入数据

    1. INSERT INTO 表名 `字段1``字段2` VALUE ('数据1',数据2'数据3')
  • 删除数据

    1. DELETE FROM 数据表 WHERE 字段
    2. 比如 DELETE FROM `user` WHERE `id`=4;
    3. 删除USER表中ID为4的字段
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