villatopia.blogg.se

Comment in mysql workbench
Comment in mysql workbench







That's not a solution, that's a workaround. If you have non-English keyboard then use button that has a divide key "Forward Slash". NOTE: You can trigger divide key if you use function + 0. Instead hold Ctrl + Fn (function key) + 0.

Comment in mysql workbench full size#

Now, For those who does not have a full size keyboard on their laptop (like me).

comment in mysql workbench

Use the same thing if you have a full size keyboard if you have one in your laptop. That exists in full size keyboard (i.e: you desktop keyboard has the extra number pad.) so use that forward slash. First off, comment/uncomment works with divide and not forward slash. Here is the solution: I have been trying to figure this out for quite sometime now. Other IDE's like Eclipse use forward slash both because it's within reach on the keyboard, and that many laptop keyboards don't have a divide key at all. Only deselects text and moves cursor before selection Suggested fix: Change key from divide to forward slash. You can also …ĭescription: To comment/uncomment, workbench uses Ctrl + (divide key) instead of Ctrl + / (forward slash) as a keyboard shortcut. Start up MySQL Workbench and try out your fully working shortcut! Don't forget you can also manually do this by going to the menu Edit -> Format -> Un/Comment Selection.

comment in mysql workbench

How can I un/comment out code in MySQL Workbench …

comment in mysql workbench

*/ FROM contacts SELECT contact_id, last_name, first_name /* Author: Purpose: To show a comment that spans multiple lines in your SQL statement. # comment goes here - comment goes here /* comment goes here */ SELECT contact_id, last_name, first_name /* Author: */ FROM contacts SELECT /* Author: */ contact_id, last_name, first_name FROM contacts SELECT contact_id, last_name, first_name /* Author: */ FROM contacts SELECT contact_id, last_name, first_name - Author: FROM contacts SELECT contact_id, last_name, first_name # Author: FROM contacts SELECT contact_id, last_name, first_name /* * Author: * Purpose: To show a comment that spans multiple lines in your SQL * statement in MySQL.







Comment in mysql workbench