10 lines
212 B
Plaintext
10 lines
212 B
Plaintext
== Sensitive Code Example
|
|
|
|
----
|
|
SELECT (select_clause)
|
|
FROM (from_clause) CLIENT SPECIFIED INTO <fs>
|
|
WHERE (where_clause)
|
|
GROUP BY (groupby_clause) HAVING (having_clause)
|
|
ORDER BY (orderby_clause).
|
|
----
|