五月天亚洲色图_亚洲精品少妇_亚洲熟妇无码av另类本色_自拍高清综合中文_成年女人wwxx免费_国产高清视频在线观看三区_下载香蕉视频app_芒果视频下载_日韩AV综合无码中文一区_国产日产精品久久

在線幫助 ICP備案 合作機構 我要訂制
 
 7×24客服熱線:13663712063
您的位置:首頁  技術支持 本頁的SQL例句全部懂了,你的數(shù)據(jù)庫開發(fā)所需知識就夠用了
       越辰家政管理軟件
       越辰空調(diào)售后管理軟件
       越辰圖書銷售管理軟件
       越辰物業(yè)管理軟件
       越辰茶樓管理軟件
       越辰幼兒園管理軟件
       越辰餐飲管理軟件
       越辰病歷管理系統(tǒng)
       越辰洗浴管理軟件
       越辰住院管理系統(tǒng)
       越辰超市管理系統(tǒng)
  

本頁的SQL例句全部懂了,你的數(shù)據(jù)庫開發(fā)所需知識就夠用了

來源:yocin  時間:2012-2-17 14:20:01  欄目:技術支持  點擊率:4815

--====================簡單的查增刪改===========
--查看學生表的全部數(shù)據(jù)
select * from studio   
--插入一個新的學生信息
insert into studio(st_name,st_sex,st_age,st_add,st_tel) values("黃蘭淇",0,36,'南充','13943943334')
--查看class全部數(shù)據(jù)
select * from class
--向class表增加兩條條數(shù)據(jù)
insert into class(cl_class,cl_coding,cl_o_time,cl_remark) values('新電實訓班','GXA-ncs-001','2008-03-11','都是很優(yōu)秀的朋友')
insert into class(cl_class,cl_coding,cl_o_time) values('阿壩師專實訓班','GXA-ABSZ-001','2008-03-11')

--更新一條的數(shù)據(jù)   條件的重要性
update class set cl_remark='真的是不錯' where cl_id=5
--刪除一條數(shù)據(jù)   條件的重要性
delete from class where cl_id=7

--修改列標題
select cl_id as '班級主鍵',cl_class as '班級名稱' from class

select 名字=st_name from studio

--使用文字串
select '名字是:',st_name from studio


--=============條件稍微復雜點的查增刪改============
--主要涉及到 or and not between in like  > < = !> !< != <> () <= >=  is null  is not null

--查詢cl_id 大于 1 的所有信息
select * from class where cl_id>1

--使用 or
select * from class where cl_id<>10 or cl_class='百杰一班'

--使用and
select * from class where cl_id<>10 and cl_class='百杰一班'

--使用like 和 %
select * from class where cl_class like '百杰%'
select * from class where cl_remark like '%上午%'

--使用 between
select * from class where cl_id between 3 and 5

--使用 between 配合上 not
select * from class where cl_id not between 3 and 5

--使用 is not null
select * from class where cl_remark is not null

--使用 in 
select * from class where cl_class in('千星一班','百杰二班')


  【 1 】  【 2 】  【 3 】  【 4 】  【 5 】 
Copyright ◎2008-2018鄭州越辰科技有限公司 版權所有 網(wǎng)站地圖
地址:中國·河南鄭州市文化路交北環(huán)路北晨e時代B座505室 
電話:0371-63399049 13663712063 備案號:豫ICP備19031456號
我們專注于 軟件開發(fā)| 網(wǎng)站制作  返回歡迎頁 
  
點擊這里給我發(fā)消息 越辰業(yè)務
點擊這里給我發(fā)消息 越辰業(yè)務
點擊這里給我發(fā)消息 越辰代理
點擊這里給我發(fā)消息 越辰技術
 ,頁面執(zhí)行時間:15.625毫秒        
up close

返回頂部

越辰科技微信
微信掃一掃