简体   繁体   English

没有SQL,ORIENTDB

[英]NO SQL,ORIENTDB

I have already inserted record in OrientDB using insert query. 我已经使用insert查询在OrientDB中插入了记录。 But I forgot to save it. 但是我忘记保存了。 Now I wanted that query in OrientDB.Is there any ways to get that query back? 现在我想要在OrientDB中执行该查询,是否有任何方法可以取回该查询?

I am using OrientDB. 我正在使用OrientDB。 I wrote the insert statement to insert the data in the class(table). 我编写了insert语句以将数据insert到class(table)中。 Now I want all the insert statement querys back in OrientDB itself. 现在,我希望所有的insert语句查询都返回OrientDB本身。

I want to reinsert the data using same query. 我想使用相同的查询重新插入数据。

The query will be in the following format. 查询将采用以下格式。

Insert into TABLE name()values();

I wrote some 100 queries using insert statement. 我使用插入语句编写了约100个查询。 But I lost all. 但是我输了。 Is it possible take the back up of all the queries I wrote so far in OrientDB. 是否可以备份到目前为止我在OrientDB中编写的所有查询。

If you have logged yor queries in OrientDB log, you can try to get by there. 如果您在OrientDB日志中记录了您的查询,则可以尝试从那里获得帮助。 When you run a query by studio, you have a history run queries. 当您按Studio运行查询时,您将拥有历史记录运行查询。 If you have deleted the history or clean the log, you can't retrieve them 如果您删除了历史记录或清除了日志,则无法检索它们

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM