|
|
Browse by Tags
All Tags » insert into
-
Hello,
I still learn to use regex, but have still some problems, and can't go further without your help. This time I have a SQL like this:
insert into DataWarehouse.dbo.Users (Forename, SurName) values ('John', 'Dark')
I would like to capture 'DataWarehouse' and 'Users' that is database name and table ...
|
|
|