gitio-query / query.py
lint's picture
Upload folder using huggingface_hub
0822b7f
raw
history blame
73 Bytes
sql_query='''
SELECT * FROM input_table WHERE text LIKE '%the rock%'
'''