> Is there any faster way I can compare these telephone numbers within sqlite?

How about something like

  select areacode from stdcodes
  where $telno like areacode || '%'

Regards

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to