數據庫實際查詢操作回顧(三)

回顧之前學習數據庫的相關操作,複習時順便記錄下,以便以後自己可以再次查看!!! /* 使用通配符進行過濾 */ (1)select prod_id, prod_name         from products         where prod_name like 'jek%';//搜索出以jek開頭的所有名字 (2)select prod_id, prod_name         fro
相關文章
相關標籤/搜索