|
query INSERT INTO eventLog ('component', 'facilityId', 'logLevel', 'textMessage', 'binMessage') VALUES ('UMI_COMP_PLATFORM', '3', '8', 'Tue Feb 2 22:02:07 2010 [MFD][System][PLATFORM] Done', '')
Can I add 1 into query sting?
I am inserting some imported events into a Table, looklike it is inserting at the end, is there anyway I can insert at the beginning of Table?.Yes:table.insert(t,1,value)-joewhen I reboot the baord, I am importing previous log from a file, but those imported records inserting at the end of table (this table already have some boot info, I need imported event info at the beginning). can I do it?