6
這是我的SQL查詢:SQL查詢結果安排問題
select name,description
from wp_widget_custom
where name in ('hemel-hempstead','maidenhead',
'guildford','bromley','east-london','hertfordshire','billericay','surrey')
我得到的結果是這種形式:
name description
hemel-hempstead Loreum ipsim
east-london Loreum ipsim
bromley Loreum ipsim BROMLEY
billericay Loreum ipsim
maidenhead Loreum ipsim maidenhead
hertfordshire Loreum ipsim HERTFORDSHIRE
guildford loreum ipsum Guildford
surrey loreum ipsum surrey
我想要的結果來安排它傳遞的方式在查詢中:
hemel-hempstead ,maidenhead',guildford,bromley,east-london......
幫助表示讚賞,謝謝。
+1更容易產生比我的答案:) – Andomar
巨大的我從來不知道,我們可以安排這樣的感謝 –
尼斯,瞭解到項目新鮮玩意 :) –