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
Post a Comment