Skip first letters of all values returned from a sql server database

Posted by Peter on Stack Overflow See other posts from Stack Overflow or by Peter
Published on 2010-06-10T06:13:36Z Indexed on 2010/06/10 6:22 UTC
Read the original article Hit count: 182

Filed under:
|

Hi,

as topic says, I don't want to return the first two letters in the return values just an example: select companyname from companies returns companyX

Can I write a query that returns panyX instead?

Thanks in advance

© Stack Overflow or respective owner

Related posts about sql

Related posts about query