1
votes
votes
1 answers
C# string operations
Hi I have an sql statement, i would like to return only the values in the last set of parentheses? For example: I have the following SQL: [code]INSERT INTO TableName(Id, Name, Description, Category) VALUES (1, 'Someone', 'Manage ...
