When you are in DataEditor or SQL Editor Result, you can now select a record and open contextual menu for it. Here you will see new commands
- Copy Record as CSV
- Copy Record as SQL
Result will be as:
CSV:
2, 2, NICK, WAHLBERG, "02/15/2006 04:34:33:000"
SQL:
INSERT INTO "actor"( "RecID", "actor_id", "first_name", "last_name", "last_update" ) VALUES ( '2', 2, 'NICK', 'WAHLBERG', '02/15/2006 04:34:33:000' );
Vadim Khohlov liked this on Facebook.