About 25,200 results
Open links in new tab
  1. How do I run SQL commands through Notepad++? - Stack Overflow

    Nov 27, 2021 · Notepad++ is a text editor, so you can now use it to edit your SQL file. After selecting the Language > SQL, Notepad++ will highlight SQL syntax as you type. Try typing …

  2. How do I pretty format my SQL query in DBeaver?

    Sep 26, 2017 · The optional -c option allows you to specify a config file to customize the way you want your queries to be formatted (again more info in Prettier SQL formatter README). …

  3. Notepad++/Eclipse sql code auto-indent option? - Stack Overflow

    Oct 24, 2011 · There is also another free SQL Formatter plugin for Notepad++ with code folding and coloring and 100+ formatting option here: SQLinForm Free Notepad++ Plug-n. A free …

  4. How do I write a mysql program in Notepad, and can I run it using ...

    Jun 22, 2016 · I tried to write a mysql program in Notepad. I don't know if I must include any header files to it. Also I don't know how it is executed using windows command prompt (if at all …

  5. comments - Commenting code in Notepad++ - Stack Overflow

    Sep 15, 2017 · In MySQL, the “-- ” (double-dash) comment style requires the second dash to be followed by at least one whitespace or control character (such as a space, tab, newline, and …

  6. mysql - Saving .sql queries as .sql text file - Stack Overflow

    Aug 2, 2015 · To save a file as sql file in notepad - save the file as "yourFile.sql" as in the below picture. Make sure to select "All Types ." instead of "Normal text file (*.txt)"! Else it will be …

  7. How to compare two files in Notepad++ - Stack Overflow

    Apr 15, 2015 · I want to compare values from two different files. In Notepad++ version 5.0.3 we had shortcut button Alt+d but in version 6.6.8 I cannot find any option to compare. Also let me …

  8. sql - Transer from table to notepad with separator - Stack Overflow

    Apr 20, 2012 · Retrieve data in a notepad with ';' as a separator between column. The data in the notepad should be: 2001-11-11 00:00:000;1 2001-11-11 00:00:000;2 2001-11-11 00:00:000;0 …

  9. How to import data from .txt file to populate a table in SQL Server

    I want to automate this process via a SQL script. What I thought would be a solution is to import the data via a script from this .txt file into a created table, then execute the update. What I …

  10. SQL Management Studio Express opening SQL scripts in Notepad

    Dec 1, 2009 · Re-associate the file type even if it says it's already associated to SQL Server Management Studio - Try to set it to notepad and then back to SQL Server Management …

Refresh