Viewing post 1 (of 1 total)
OK - Enthusiast - I got this code (select a.table_name, a.column_name from information_schema.columns AS a
join information_schema.views AS v ON a.table_name = v.table_name
where a.column_name = 'custname') to work on returning the...
September 20, 2005 at 7:58 am
#591324