9 lines
113 B
Plaintext
9 lines
113 B
Plaintext
== Compliant Solution
|
|
|
|
[source,text]
|
|
----
|
|
SELECT *
|
|
FROM db_persons INTO us_persons
|
|
WHERE country IS 'US'.
|
|
----
|