Open topic with navigation
This function is used to extract a number of characters from a string (starting from left).
LEFT(string, number of characters)
SELECT LEFT(‘Tibco Data Virtualization’, 5)
Returns: Tibco
Copyright © 2002-2023. Cloud Software Group, Inc. All Rights Reserved.