Re: Hide rows in table1 based on same content in table2
I've no clue what DB4S is, but if you're using MySQL, here's a simple solution for your problem: create a primary or unique key on the columns that you don't want duplicated, and include the keyword IGNORE in your Load Data command, see
https://dev.mysql.com/doc/refman/8.0/en/load-data.html.
Subject
Written By
Posted
November 07, 2021 06:34AM
Re: Hide rows in table1 based on same content in table2
November 07, 2021 11:39AM
November 07, 2021 06:29PM
November 07, 2021 09:15PM
November 12, 2021 05:08AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.