MySQL Forums
Forum List  »  Newbie

copy to clipboard
Posted by: Piotr Jankowski
Date: March 23, 2016 02:52AM

Hi, this is my problem: in many languages we can copy some texts or another data into clipboard and after that , in another application make "paste from clipboard". Is this possible in MySQL? I want do something like this, in stored procedure:
1. select 'something" into 'variable' from 'table_name' limit 1
2. copy 'variable' to clipboard
3. paste this from clipboard in other application

I can't find the command which realizes operation of copying into clipboard

Options: ReplyQuote


Subject
Written By
Posted
copy to clipboard
March 23, 2016 02:52AM
March 23, 2016 10:10AM
March 24, 2016 01:32AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.