sql - how to select the strings with indefinite values? -


i want remove string after . including ., length variable , string can of length.

1)example: input:-

scc0204, frk0005.c, aqty0908, rf0023.a, adf1010.x, hgt9010.x, aoply082, bnmy908.x, tryu0921

output:

scc0204, aqty0908, aoply082, tryu0921

i want select string not have '.% ' extension.

the length of string changes , not fixed.

you can this

select urcolum table urcolum not '%.%' 

Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -