Hi, I have a simple question
I have a table called orders
inside it there are column called [ID] which is the key and a column called [customer name]
I’ve made a another virtual column inside the same table called [shrink customer] and it should read the customer name like this below
MID([Customer name],1,30)
but the results in all rows are the same.
I wonder should I use _thirrow function or what.
please rewrite the best way.
Thanks much