Posts by teste teset • 1 point
1 post
- 
		
-1
votes2
answers5477
viewsA: How to remove the first character from a string in a Query
The right thing would be: SELECT SUBSTR(info,2,LENGTH(info)**-1**) FROM INFORMACAO
 
1 post
-1
votes2
answers5477
viewsThe right thing would be: SELECT SUBSTR(info,2,LENGTH(info)**-1**) FROM INFORMACAO