Untitled

 avatar
unknown
plain_text
a year ago
180 B
2
Indexable
record = tinyAPI.dsh().query(
        '''select 
        count(1) as is_user_non_us
        from prof_user_outside_US
        where
        user_id = %s''',
        [user_id]
    )