Hi,
I am trying to execute following command.
CREATE(AV5076)-[:BANK_TRANSACTION {transaction_amount:2334769,transaction_date:2022-03-17,transaction_time:05:33:53}]->(AS769);
but I am getting following error.
Invalid input '33': expected "%", "(", "NFKD" or an identifier (line 1, column 111 (offset: 110)),
above error is pointing at first colon after hours (after 05) 05:33:53. Here it looks like ":" is creating problem. How can i specify this.