Hi, is it possible for a view definition to be the following? or something like it w/o actually selecting anything from a table
SELECT 'X' FROM SYSIBM.SYSDUMMY
We basically want to make the view as fast as absolutely possible and we know the value we want it to return...Is know this is strange, but we cannot eliminate the reference to the view in many different SQLs throughout the system, so we want to alter it to almost act as a host variable value.
Thanks