Hello I have a table called "cars" and column car_name which is String.How can I select everything from cars and select the last 4 chars of car_name in one table?I know how to select the last 4 chars of a column by SUBSTRING(car_name,1,4)
Hello I have a table called "cars" and column car_name which is String.How can I select everything from cars and select the last 4 chars of car_name in one table?I know how to select the last 4 chars of a column by SUBSTRING(car_name,1,4)