VonFranzken
MIS
I have a table which contains information from 4 other tables, and one of the feilds called srctable_cah or source table contains the name dbo.activities for example of where the record is from. Is there a way so that I select that feild that is shows up as simply Activities?
Remember that srctable feild can contain anywhere from 4 valued based on the table it cam from.
SELECT id_cah, title_cah, shortdesc_cah, url_cah, srctable_cah, id_cah, title_cah, shortdesc_cah, url_cah, srctable_cah
FROM admin.src_cache_cah
Remember that srctable feild can contain anywhere from 4 valued based on the table it cam from.
SELECT id_cah, title_cah, shortdesc_cah, url_cah, srctable_cah, id_cah, title_cah, shortdesc_cah, url_cah, srctable_cah
FROM admin.src_cache_cah