[SQL]抓取第一碼開頭為”A”到”Z”的資料

參考網址:程式設計俱樂部

select * from player where upper(substring(player_pid , 1 , 1)) between 'A' and 'Z'

 

本篇發表於 程式設計。將永久鏈結加入書籤。