Posted by paulmac106 on 12/05/05 18:36
Hi Alexander,
I tried a computed column, but then all the users of the windows
application that is the front end of this database got errors when
trying to insert a record into this table. Is there anything more I
have to do to use a computed column?
thanks,
Paul
Alexander Kuznetsov wrote:
> you can use a computed column
> IsShowed as case when yourColumn = 'Showed' then 1 end
>
> and create an index on IsShowed
Navigation:
[Reply to this message]
|