SQL> set serveroutput on;
SQL> begin
2 dbms_output.put_line('Test ' || 'concat');
3 end;
4 /
Test concat
SQL> begin
2 dbms_output.put_line('Test ' || 'concat');
3 end;
4 /
Test concat
Use Dotnet: Blog about web programming technology and database such as ASP.NET C# VB.NET PHP AJAX CSS XHTML XML SQL Server MySQL ORACLE etc. How to use, how to fixed error and technique for use its.
No comments:
Post a Comment