Jump to content

jing

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral

About jing

  • Rank
    Cabin Boy

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. if I were you, I would definitely refactor the code and refrain from using a separate function to check whether the specified guild already exists. update table set column=... where not exists (select * from table where ...);
×
×
  • Create New...