Would like to populate some static test data via a CQLsh script.
This doesn\'t work: (device_id is UUID)
insert into devices (device_id, geohash,nam
Alternate: Use uuid() function. i have tested this in DevCenter 1.6.0.
insert into CHANGE_LOG (someid, modifieddatetime, snum, gnum, source) values ( uuid() , '2000-12-12 08:00:00', '21A', '', 'system');