隨筆 - 64  文章 - 9  trackbacks - 0
          <2025年6月>
          25262728293031
          1234567
          891011121314
          15161718192021
          22232425262728
          293012345

          常用鏈接

          留言簿(6)

          我參與的團隊

          隨筆分類(88)

          隨筆檔案(92)

          文章分類(142)

          文章檔案(182)

          天基成員

          學習園

          我的海角

          搜索

          •  

          積分與排名

          • 積分 - 183418
          • 排名 - 319

          最新評論

          show databases; 查看所有數據庫
          create database oa;創建數據庫oa
          use oa;使用數據庫oa
          create table news(
           id      int primary key auto_increment,
           title   varchar(50),
           content text,
           publishday date);創建表news

          show tables;查看所有表
          desc news;查看表結構
          insert into news(title,content,publishday)values
          ('明天放假','放假三天,注意安全',now());
          insert into news(title,content,publishday)values
          ('明天放假','放假三天,注意安全aaaaaa',now());
          select * from news;
          select title from news;
          delete from news where id=?;
          update news set title ='?' where id=?;
          alter table news add person varchar(20);/*添加字段*/
          alter table news modify person varchar(30);/*修改字段*/
          alter table news drop person;/刪除字段

           

           


           

          posted on 2009-03-31 11:35 鵬凌 閱讀(111) 評論(0)  編輯  收藏

          只有注冊用戶登錄后才能發表評論。


          網站導航:
          博客園   IT新聞   Chat2DB   C++博客   博問  
           
          主站蜘蛛池模板: 兰溪市| 毕节市| 锡林郭勒盟| 靖西县| 萨嘎县| 安龙县| 潜江市| 石泉县| 会宁县| 呼玛县| 中山市| 修文县| 龙川县| 乌兰浩特市| 怀远县| 南充市| 沁阳市| 罗江县| 宁晋县| 湟源县| 兴仁县| 宁波市| 紫阳县| 金华市| 东辽县| 钦州市| 和顺县| 镇雄县| 金坛市| 嘉鱼县| 马龙县| 中卫市| 秦皇岛市| 三台县| 北辰区| 商河县| 伊川县| 阳新县| 嘉祥县| 丹江口市| 来宾市|