Lev Blaivas
Member
Hi,
I have 2 data tables filled with data in my program, that I need to join into one and display it. The problem is that using the .merge method of the table does not allow me to filter out repeating rows. Using a fully functional SQL command would solve this problem but I can not find a way to execute an SQL command on standalone tables without a database. And taking into account the fact that both tables contain more that 100,000 rows, using loops does not seem to be the best option. Additionally the tables are filled programmatically and not from a database.
Does anyone know of a way to perform SQL queries without accessing a database? Is it possible at all?
I have 2 data tables filled with data in my program, that I need to join into one and display it. The problem is that using the .merge method of the table does not allow me to filter out repeating rows. Using a fully functional SQL command would solve this problem but I can not find a way to execute an SQL command on standalone tables without a database. And taking into account the fact that both tables contain more that 100,000 rows, using loops does not seem to be the best option. Additionally the tables are filled programmatically and not from a database.
Does anyone know of a way to perform SQL queries without accessing a database? Is it possible at all?