func_encrypt.test Drop table uncommented again
This commit is contained in:
parent
877b6a4922
commit
214ca6e7d9
@ -41,6 +41,6 @@ insert into x values (des_encrypt('jumped over the lazy brown dog','sabakala'));
|
|||||||
insert into x values (des_encrypt('jumped over the lazy brown dog','sabakala'));
|
insert into x values (des_encrypt('jumped over the lazy brown dog','sabakala'));
|
||||||
select * from x;
|
select * from x;
|
||||||
select des_decrypt(x,'sabakala') from x;
|
select des_decrypt(x,'sabakala') from x;
|
||||||
#drop table x;
|
drop table x;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user