sql with an array -


Can this loop be done in SQL? ID number as ID id = "01" id = "02" as idle id (0 to 2) Select ID number as a dim number from data sheet 1 to data WHERE Data = Number Next Number Data Format: Data 01 01 02 03 04

Code> IN : Select data from sheet 1 WHERE data IN (1, 2);

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -