隨筆 - 64  文章 - 9  trackbacks - 0
          <2025年8月>
          272829303112
          3456789
          10111213141516
          17181920212223
          24252627282930
          31123456

          常用鏈接

          留言簿(6)

          我參與的團隊

          隨筆分類(88)

          隨筆檔案(92)

          文章分類(142)

          文章檔案(182)

          天基成員

          學習園

          我的海角

          搜索

          •  

          積分與排名

          • 積分 - 184474
          • 排名 - 318

          最新評論

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

          show tables;查看所有表
          desc news;查看表結(jié)構(gòu)
          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 鵬凌 閱讀(113) 評論(0)  編輯  收藏

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


          網(wǎng)站導航:
           
          主站蜘蛛池模板: 都昌县| 措美县| 临夏县| 特克斯县| 昭觉县| 武汉市| 永吉县| 林口县| 育儿| 旺苍县| 高雄市| 万荣县| 孝感市| 东兰县| 阜新| 洪洞县| 怀宁县| 双鸭山市| 泗洪县| 丹棱县| 湘阴县| 崇明县| 鄂托克前旗| 民县| 余姚市| 平山县| 班玛县| 武威市| 谷城县| 乌兰浩特市| 随州市| 文安县| 沐川县| 朝阳区| 贞丰县| 军事| 常熟市| 沙坪坝区| 溧水县| 长岭县| 临湘市|