About 327,000 results
Open links in new tab
  1. How to download and setup SQLPlus for running SQL commands?

    Are you sure you need SQLPlus and not Oracle SQL Developer? The command-line SQLPlus is useful for some things, but most development is much easier with an IDE like Oracle SQL …

  2. MySQL command line client for Windows - Stack Overflow

    Jul 14, 2010 · 90 Is there any nice command line MySQL client for windows? I mean a single exe that allows connecting and running a sample query. I've googled and only could find big …

  3. Where Is Microsoft Command Line Utilities 16? - Stack Overflow

    Mar 9, 2023 · When you install SQL Server 2022 directly, you will get version 16 of the same tools. Just as a side note: if you install the latest command line utils over bcp and sqlcmd …

  4. Execute SQL script from command line - Stack Overflow

    providing a file name containing all my SQL queries is much more handy than providing the SQL query as command-line arguments.

  5. How can I import an SQL file using the command line in MySQL?

    Jul 10, 2019 · I have a .sql file with an export from phpMyAdmin. I want to import it into a different server using the command line. I have a Windows Server 2008 R2 installation. I placed the …

  6. command line - How to run SQL script in MySQL? - Stack Overflow

    Jan 20, 2012 · From Workbench: File > Run SQL Script -- then follow prompts From Windows Command Line: Option 1: mysql -u usr -p mysql> source file_path.sql Option 2: mysql -u usr …

  7. Run SQL query on CSV file contents from command-line?

    Aug 22, 2023 · 9 I have a (syntactically-valid, not-huge) CSV file. I want to run an arbitrary SQL SELECT query on it; let's assume that it can be a complex query, with some inner queries, …

  8. Run PostgreSQL queries from the command line - Stack Overflow

    Oct 30, 2013 · I inserted data into a table. Now I want to see the whole table with rows and columns and data. How I can display it through a command?

  9. How do I install command line MySQL client on mac?

    Jun 23, 2015 · I want to install the MySQL client for the command line, not a GUI. I have searched over the web but only found instructions on installing the MySQL server.

  10. Export MySQL dump from command line - Stack Overflow

    It should drop the .sql file in the folder you run the command-line from. EDIT: Updated to avoid inclusion of passwords in CLI commands, use the -p option without the password.