I'm trying to make the data into a inject node. But the actual one is object in array, not array in array. But I think it's not problem for you to do it.
[{"id":"7a0d4fb1.e84e6","type":"function","z":"ecd7ee06.58772","name":"","func":"msg.topic = \"SELECT distinct datelog FROM training_room;\";\nreturn msg;","outputs":1,"noerr":0,"x":290,"y":120,"wires":[["9618923b.dec4e"]]},{"id":"52ad4473.3f2fec","type":"inject","z":"ecd7ee06.58772","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":true,"onceDelay":"3","x":130,"y":120,"wires":[["7a0d4fb1.e84e6"]]},{"id":"9618923b.dec4e","type":"Stackhero-MySQL","z":"ecd7ee06.58772","server":"e71c7b1f.eb9258","name":"","x":430,"y":120,"wires":[["4c6196e7.862398"]]},{"id":"4c6196e7.862398","type":"function","z":"ecd7ee06.58772","name":"","func":"var arr=[];\nvar myarr=msg.payload;\nfor (i = 0; i < myarr.length; i++)\n{\n arr.push(myarr[i]);\n}\nmsg.options = arr;\nmsg.payload = arr;\nreturn msg;","outputs":1,"noerr":0,"x":590,"y":120,"wires":[["13bdbda0.44edf2"]]},{"id":"2535d94c.419e56","type":"inject","z":"ecd7ee06.58772","name":"Fake DB Result","topic":"","payload":"[[\"datelog : 27-5-2020\"],[\"datelog : 28-5-2020\"]]","payloadType":"json","repeat":"","crontab":"","once":true,"onceDelay":0.1,"x":280,"y":200,"wires":[["bc7ac064.5a97d"]]},{"id":"13bdbda0.44edf2","type":"ui_dropdown","z":"ecd7ee06.58772","name":"","label":"","tooltip":"","place":"Select option","group":"95c24894.4a4c48","order":1,"width":0,"height":0,"passthru":true,"options":[{"label":"","value":"","type":"str"}],"payload":"","topic":"","x":760,"y":120,"wires":[["6d126b0f.aae754"]]},{"id":"6d126b0f.aae754","type":"ui_toast","z":"ecd7ee06.58772","position":"bottom right","displayTime":"3","highlight":"","sendall":true,"outputs":0,"ok":"OK","cancel":"","raw":false,"topic":"","name":"","x":970,"y":120,"wires":[]},{"id":"bc7ac064.5a97d","type":"debug","z":"ecd7ee06.58772","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":470,"y":200,"wires":[]},{"id":"e71c7b1f.eb9258","type":"Stackhero-MySQL-Server","z":"","name":"","host":"localhost","port":"3306","tls":false,"database":"thdb"},{"id":"95c24894.4a4c48","type":"ui_group","z":"","name":"DATE SELECTION","tab":"42fca57e.91fedc","order":1,"disp":true,"width":"6","collapse":false},{"id":"42fca57e.91fedc","type":"ui_tab","z":"","name":"History Data","icon":"history","order":3,"disabled":false,"hidden":false}]