Quantcast
Viewing all articles
Browse latest Browse all 13

Re: Help with request

Goes?

SELECT ' 1 ' id;
' IVANOV ' FIO;
' 21 ' acc;
' 250 ' SUM;
' 23 ' ac2;
' 250 ' sum2
FROM DUAL
UNION ALL
SELECT ' 1 ';
' IVANOV ';
' 25 ';
' 350 ';
' 29 ';
' 50'
FROM DUAL

Viewing all articles
Browse latest Browse all 13

Trending Articles