Untitled
unknown
plain_text
3 years ago
180 B
12
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...