How I can check a substring is a valid number in postgresql ?

Поиск
Список
Период
Сортировка
От Anoop G
Тема How I can check a substring is a valid number in postgresql ?
Дата
Msg-id 1a027d210804240634w4ee63ccdi251757231d3827bf@mail.gmail.com
обсуждение исходный текст
Ответы Re: How I can check a substring is a valid number in postgresql ?  (Volkan YAZICI <yazicivo@ttmail.com>)
Список pgsql-sql
<span class="HcCDpe">Dear All,<br /><br />     How I can check a substring is a valid number in postgresql ?<br /><br
/><br/> example:<br /><br /> I have a query <br /><br /> select max(substring(code,2,length(code))::INT) from emp where
substring(code,0,2)= 'A'; <br /><br /><br /><br /> code <br /> ========<br /> A0001<br /> A0002<br /> ABC005<br />
S0002<br/><br /> This query fails because of </span><span class="HcCDpe">ABC002, how I can avoid this error , if there
isa any way to check </span><span class="HcCDpe">substring(code,1,length(code))  is a number ,then i can correct the
queryby put it in where condition.<br /><br /> I want to get the result as 2(ie want to avoid checking ABC005<br /><br
/>is there is any built in function to check the substring is a number in postgresql?<br /><br /> Iam using  postgres
8.1.8<br /><br />  pls help me <br /><br /><br /> thanks in advance:<br /><br /> Anoop</span> 

В списке pgsql-sql по дате отправления:

Предыдущее
От: Frank Bax
Дата:
Сообщение: Re: First day of month, last day of month
Следующее
От: Volkan YAZICI
Дата:
Сообщение: Re: How I can check a substring is a valid number in postgresql ?