tommy emmanuel:the man with the green thumb_曲乐网

oracle中 =: 和 := 分别是什么意思

oracle 上面 := 是 贮存操作过程的 定义数组的意思例如:SQL> DECLARE 2 testvalue VARCHAR2(20); 3 BEGIN 4 testvalue := 'First Test!'; 5 dbms_output.put_line( testva