Microsoft AX 2012, X++, C#, SQL server, SSRS, Java, JavaFX, Oracle, PL/SQL, Delphi - codes examples, step-by-step tutorials, experiences.
select 'This' || ' is text' from dual; select concat( 'This', ' is text' ) from dual;
'THIS'||'IST ------------ This is text CONCAT('THIS ------------ This is text
No comments:
Post a Comment