About 691,000 results
Open links in new tab
  1. Notepad++

    What is Notepad++ Notepad++ is a free (as in “free speech” and also as in “free beer”) source code editor and Notepad replacement that supports several programming languages. Running in the MS …

  2. Downloads - Notepad++

    Downloads Download Notepad++ v8.9.3 Download Notepad++ v8.9.2 - Double‑Lock Update Security Download Notepad++ v8.9.1 (stable: auto-update triggered) Download Notepad++ v8.9: security …

  3. GitHub - jokedst/CsvQuery: Plugin for Notepad++ that treats CSV files ...

    CSV Query - Notepad++ plugin A plugin to Notepad++ to parse different types of CSV files and display them in a table. The data is stored in a in-memory SQLite database (or MSSQL if configured), so you …

  4. SQL Formatter plugin for Notepad++ - GitHub

    SQL Formatter plugin for Notepad++. Contribute to sqlparser/isf_notepad development by creating an account on GitHub.

  5. How do I run SQL commands through Notepad++? - Stack Overflow

    Nov 27, 2021 · For example, you could write a script in Python which executes the commands from your SQL, grabs the results from your database engine, and displays them in Notepad++, either inline …

  6. GitHub - TaoK/PoorMansTSqlFormatter: A small free .Net and JS …

    A small free .Net and JS library (with demo UI, command-line bulk formatter, SSMS/VS add-in, notepad++ plugin, winmerge plugin, and demo webpage) for reformatting and coloring T-SQL code …

  7. SQL Tutorial - GeeksforGeeks

    Mar 31, 2026 · Structured Query Language (SQL) is the standard language used to interact with relational databases. Mainly used to manage data. Whether you want to create, delete, update or …

  8. SQL Concepts and Queries - GeeksforGeeks

    4 days ago · SQL concepts and queries form the foundation of working with relational databases, enabling users to store, manage and retrieve structured data efficiently. By using SQL commands, …

  9. Using Notepad++ for SQL - Notepad++ Community

    Oct 11, 2017 · For example, you could write a script in Python which executes the commands from your SQL, grabs the results from your database engine, and displays them in Notepad++, either inline …

  10. SQL Formatting Plugin in Notepad++ - Code2care

    Sep 20, 2023 · At times you may have SQL Queries that are too big and not well formatted, which makes them hard to understand, if you are looking for a simple offline tool to format your SQL query …