Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 895 Bytes

File metadata and controls

27 lines (23 loc) · 895 Bytes

MySQLTools


For WHERE with IN xD

Try to use

Features

  • Dark Mode
  • SELECT * FROM tbname WHERE IN .......
  • UPDATE tbname SET columnname = '0' WHERE columnname IN .......
  • INSERT INTO tbname VALUES('...')
  • [Manual Column Insert] INSERT INTO tbname('...','...') VALUES('...','...')
  • DELETE FROM tbname WHERE columnname IN ('...')
  • Support Enter and Comma Type
  • Support Delete , and ()

Future Features

  • Add more new bug
  • Add more new features

Preview

Sample Result