Untitled
unknown
plain_text
2 years ago
180 B
7
Indexable
record = tinyAPI.dsh().query(
'''select
count(1) as is_user_non_us
from prof_user_outside_US
where
user_id = %s''',
[user_id]
)Editor is loading...