I am trying to insert a record in aerospike as following :
insert into NameSpace.SetName(PK,id,value,formId) values("1","23","hello","");
And I am getting following error:
Unsupported command format with token - '""'
Make sure string values are enclosed in quotes.
Type " aql --help " from console or simply "help" from within the aql-
prompt.
Any help is appreciated.