to explain further, i have a table with a column (created_by) which should be populated with the CURRENT USER, but there are some rows where the column's data is that of the CURRENT PUBLISHER instead of the CURRENT USER so i'm creating a script that'll traverse through the sql files that...
basically, i have these sql files in the file system, and i would like to recurse through them and check the insert statement if the correct value (let's say, deptA) is being inserted in the column (department).
Hi Group,
I have a bunch of SQL files and would like to check the insert statements if they're inserting the correct value in the correct column.
insert into table (col1, col2, ... target_col .. coln) values (col1, col2, ... target_col .. coln)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.