Forum Discussion
ArtemS
Alumni
11 years agoHello Adam
You can use DelphiScript's special characters for this purpose:
Yet in DelphiScript this will be much similar to concatenation (
You can use DelphiScript's special characters for this purpose:
Query := 'Select'#13#10' ColumA,'#13#10' ColumB,'#13#10' ColumC,'#13#10'From'#13#10' Table'#13#10'Where'#13#10' ColumA = ''Something'''#13#10' Order By'#13#10' ColumC Asc';
Yet in DelphiScript this will be much similar to concatenation (