數據庫——模糊查詢和聚合函數

使用like,between,in 進行模糊查詢 模糊查詢——LIKE select name as 姓名 from Student where name like '張%' ps:查詢Student表中姓張的人的信息 like只與字符型數據聯合使用 模糊查詢——between select name,score from Student where score between 60 and 80
相關文章
相關標籤/搜索