nzsql -host YourServer -d YourDatabase -u YourUserName -pw YourPassword
Once you connect, you can just execute sql statements, end it with semi colon, hit enter and it will display the results of your sql.
prompt => select * from yourtableA limit 10;
No comments:
Post a Comment