Inserted data from mysql takes some time to appear when fetched through lambda functions

后端 未结 0 776
一个人的身影
一个人的身影 2020-12-16 23:13

When I insert some data into mysql db instance deployed at rds services through

cursor.execute(
"""Insert into employee(id,name) Values(5,"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题