I have a table like this:
test:([]column1:`A`B`C`D`E;column2:`Consumer`RealEstate`27`85`Technology)
I need to write an update query where the character count of column2 is 2 or less, but I couldn't find any way to reference the character length of a symbol to use in a where clause. How would I write a query like that so my result is the following?
test:([]column1:`A`B`C`D`E;column2:`Consumer`RealEstate`NewCategory`NewCategory`Technology)