Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MySQL データベースを処理するために sqlsoup を使用しており、次の SQL を実行したいと考えています。
INSERT IGNORE mytable SET col1=value1 col2=value2 vol3=value3
sqlsoup を使用してこれを行う方法はありますか? 一般に、sqlsoup の標準的なクエリよりも複雑なものに関する情報を見つけるのに苦労しているようです。見つからないリソースはありますか?