try this
1. add the column pad to all the views.
2. join the views to select all the desired columns on pad.
without join the record will be a Cartesian product so the number will be huge.
debasisdas
Posting Genius
6,872 posts since Feb 2007
Reputation Points: 666
Solved Threads: 434
When data in the source table changes all the dependent views will also change. so you need not try to update the views again.
debasisdas
Posting Genius
6,872 posts since Feb 2007
Reputation Points: 666
Solved Threads: 434