Hi Friends ;
I want to The first update of the words in a text field ;
FIELD = 'JANUARY SERVICE FEE'
I want to only update first words using variable
I can already do follow code but I want to do using variable if possible
UPDATE TABLE SET NAME=UPPER((SELECT datename(month,GETDATE()))) + ' SERVICE FEE' WHERE ID=61
Thank you in advance