Viewing post 1 (of 1 total)
Hi!
I would solve this with a view, using case-when as following:
create view as vCustomers
as
select
case when cust_name_ru is not null or cust_name_ru <> ' ' then cust_name_ru
...
April 21, 2008 at 3:35 am
#804806