I have the following insert statement where two values remain the same, the middle value has about 400 different values, one for each row.
I need to have an insert statement for each of the 400 values to replace 'Al Cote Console'. The other values remain the same. The list of values to replace Al Cote Console are in a text file list.
I'm new to UltraEdit and I know there are better ways to do it, but this will suffice for now.
Thanks,
Bruce
Code: Select all
INSERT INTO TableName(ApplicationName, Value, FieldName) VALUES('AppName','Al Cote Console','Terminal')
I'm new to UltraEdit and I know there are better ways to do it, but this will suffice for now.
Thanks,
Bruce