sql >> Database teknologi >  >> RDS >> Mysql

skriv resultater af sql-forespørgsel til en fil i mysql

Du kan prøve at udføre forespørgslen fra din lokale cli og omdirigere outputtet til en lokal fildestination;

mysql -user -pass -e"select cols from table where cols not null" > /tmp/output


  1. Log DBMS_OUTPUT.Put_Line-output i tabel i Oracle med DBMS_OUTPUT.Get_Lines

  2. MySQL Auto-increment primærnøgle øges med 10

  3. VÆLG IND i MySQL

  4. Brug NEWID() til at oprette en unik værdi i SQL Server