You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
insert intocompany.share0(title,data) values('first', abe_enc('this is the first data', 'attr1'));
select title, abe_dec(data) fromcompany.share0where title='first';