MySQL中文亂碼
亂碼總類 中文亂碼可以分為如下幾種 1. 資料庫使用中文名稱… Read more »
亂碼總類 中文亂碼可以分為如下幾種 1. 資料庫使用中文名稱… Read more »
Stored routines SQL允許儲存procedu… Read more »
使用者變數 簡易的儲存資料的方式, 如 set @變數名1 … Read more »
何謂Trigger 當記錄被修改, 新增時, 希望能觸發一些… Read more »
View的作用 將常用的查詢或是關聯, 放在SQL Serv… Read more »
子查詢與where 將查詢結果, 放入另一個SQL中 比如先… Read more »
建立資料表 use mahaljsp; create tab… Read more »
本章介紹如何在Windows下獨立安裝MySQL Serve… Read more »
select * from information_sche… Read more »
登入時, 可以使用SQL 語法 select * from … Read more »