2020-12-21 15:38:52 +01:00
|
|
|
== Sensitive Code Example
|
2020-06-30 12:47:33 +02:00
|
|
|
|
|
|
|
----
|
|
|
|
SELECT (select_clause)
|
|
|
|
FROM (from_clause) CLIENT SPECIFIED INTO <fs>
|
|
|
|
WHERE (where_clause)
|
|
|
|
GROUP BY (groupby_clause) HAVING (having_clause)
|
|
|
|
ORDER BY (orderby_clause).
|
|
|
|
----
|