Relative Content

Tag Archive for pythonoraclelist

how to use list in the oracle sql table as a filter in python

i have almost 8000 barcodes in the excel and want use it in a oracle sql table as a filter. But since sql code has a limitation (only 1000 barcode) i tried to divide 8000 barcodes into chunks in a list.
But in the pandas query it is giving error.