I am trying to insert a line of text into a column where that column is null. Error listed below. Any help is greatly appreciated
UPDATE public.meditech_ar_test4
SET filename = "text"
WHERE filename is null;
ERROR: column "text" does not exist: I am aware that column does not exist, I want to insert it into the field