blob: 2ba9dd450d09ece7190914516944132fe3d20402 [file]
select
substr(o.c_varchar, 1, 4),
substr(r.c_varchar, 1, 4)
from
optional_type_v as o,
required_type_v as r
where
o.c_date = r.c_date;