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).
Define 'correct'. Correct as in string, integer, decimal, etc., or correct as in 'know intuitively that deptA is the right value'?
Steve
[small]"Every program can be reduced by one instruction, and every program has at least one bug. Therefore, any program can be reduced to one instruction which doesn't work." (Object:erlDesignPatterns)[/small]
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 affected the table so i could find what's causing this one..
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.