I need to make select where id in ( and here i want to load text file, with one int value per one line)
Any help would be appreciated
I need to make select where id in ( and here i want to load text file, with one int value per one line)
Any help would be appreciated
Because your input text file has only one int value per line, you should be able to get away with this:
LOAD DATA INFILE 'input.txt' INTO TABLE yourTable