This is an example of a HTML caption with a link.
:::

MYSQL 查詢合併欄位

例如

select concat(gcr_subj_name,lang) as gl
就是把gcr_subj_name和lang合併為gl
接下來就用gl作為變數取用即可

應用範例在
modules/x_gcourse/tea_set.php

 

:::

快速登入