我想要一個sql查詢來獲取ph_no中的無效條目,例如具有文本(az)或特殊字符或不是10位數字的條目或具有特殊字符的10位長條目或文字在其Sql查詢無效條目
I have used the following code
SELECT PH_NO FROM Table WHERE LENGTH(PH_NO)<=9
It is only fetching entries which are not 10 digit long but i want entries which are 10 digit long but contains text or special character as well
那麼到目前爲止你做了什麼? – xmike
記住StackOverflow不是'爲我做這個'網站。請分享您的代碼並針對您的問題提出具體問題。訪問[如何提問](https://stackoverflow.com/help/how-to-ask) – Thomas