SQL總結

SQL SELECT TOP 子句 選取一定數目的記錄, MySQL: select * from table limit number; SQL LIKE 操作符 搜索符合某種規則的記錄,比如某列以什麼開頭、以什麼結尾、包含什麼 select * from table where col like ‘A%’; 搜索col列以A開頭的記錄 select * from table where col
相關文章
相關標籤/搜索