powered by
Perform an SQL LEFT() type function on a piece of text
sql_left(.text, .num_char)
A piece of text/string to be manipulated
How many characters do you want to grab
Steven P. Sanderson II, MPH
You must supply data that you want to manipulate.
Other Utilities: opt_bin(), save_to_excel(), sql_mid(), sql_right()
opt_bin()
save_to_excel()
sql_mid()
sql_right()
sql_left("text", 3)
Run the code above in your browser using DataLab