![]() |
Any Oracle/SQL gurus out there?
Looking for some geeks to help me. Here's my dilemma. Upgrading a translation software and need to ensure the Oracle output is the same. So something like showing column differences for two specific rows in an Oracle table within the same database. So first row is a baseline of the file ran in production; second row is the same file ran through new version. Want the column diffs to ensure it's translating to same columns. I have been playing with SQL and think it should be able to do it. Anyone?? Let me know
|
{geek}
I can modify SQL queries with some proficiency... but the Oracle piece... I got nothing... sorry. {/geek} :beers: |
what command would you use to do a compare?
compare diff ?? |
I think you need to use the "create table" function... I'm no master though, and hate when I have to get into the SQL database directly.. :p
Good luck! |
A down and dirty method would be to concatenate the values of all columns into a single column in copies of both the original and upgraded tables. Query the upgraded table using the concatenated value(s) from the original table.
If it finds the value in the upgraded copy, you're golden. Good luck. |
Soooooooooooooooooooo, how did this turn out?:confused:
|
I asked the 'experts' here at work and after 3 days no real answer... they suggest using Access. I just can't believe I'm the only person in the world needing to compare all columns within two rows in a single Oracle table and spit out differences. I find things to compare entire tables, but nothing that isolates down two rows. I'm still working on it...They frown on users creating tables but I'm about to where if I get it working they're gonna deal with how I got there.. More to come
|
Quote:
I use SQL for all my engineering stuff... good luck! :beers: |
All times are GMT -4. The time now is 03:35 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright 2021, C.O.R.E. All rights reserved.