Open topic with navigation
The function extracts a number of characters from a string (starting from right).
RIGHT(string, number_of_chars)
SELECT RIGHT(suppliername, 5) AS supplier FROM /shared/examples/ds_inventory/tutorial/suppliers
Copyright © 2002-2023. Cloud Software Group, Inc. All Rights Reserved.