There is a project that I need to maintain that talks to mysql via jdbc and there is an insert statement that looks like this:
loadStr.append("IGNORE INTO TABLE xxx.inventory (tn, @v1, @v2, @v3)");
What does the @v# mean?
There is a project that I need to maintain that talks to mysql via jdbc and there is an insert statement that looks like this:
loadStr.append("IGNORE INTO TABLE xxx.inventory (tn, @v1, @v2, @v3)");
What does the @v# mean?