BHScripter
Technical User
Hi:
I have a column which I need to parse out one value from a really long string. The column contains log file information which holds information regarding when a table receives an insert statement. The string looks like the string below just a lot longer. I need the value that says "testvend". It should always be the second item in the VALUES parantheses group.
Sample of log entry in column:
INSERT INTO Sample(HPerson, UCODE, ULASTNAME) VALUES ( 921582, 'testvend', 'Test')
thanks for any help in advance.
I have a column which I need to parse out one value from a really long string. The column contains log file information which holds information regarding when a table receives an insert statement. The string looks like the string below just a lot longer. I need the value that says "testvend". It should always be the second item in the VALUES parantheses group.
Sample of log entry in column:
INSERT INTO Sample(HPerson, UCODE, ULASTNAME) VALUES ( 921582, 'testvend', 'Test')
thanks for any help in advance.