Quantcast
Channel: SQL to remove partial text from value - Stack Overflow
Viewing all articles
Browse latest Browse all 5

Answer by jdennison for SQL to remove partial text from value

$
0
0

In postgres this would be:

select substring(Version from 5 for 3) 
from table
where Version like '%WEB%'

Viewing all articles
Browse latest Browse all 5

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>