Dann halt so
(pseudo code)
Delphi-Quellcode:
const crlf = #10#13
beging
query.sql.text := '
SELECT * FROM tabelle' + crlf +
'
WHERE blubb = :blubb AND' + crlf +
'
meow = :meow' + crlf +
'
ORDER BY wuppdi';
und für "+ crlf +" ein kleines template.
Stephan B.
"Lasst den Gänsen ihre Füßchen"