Monday 15 July 2013

Is it possible to export results from Google Cloud SQL using SQuirreL SQL -


I'm looking for the most efficient way to get results from Google Cloud SQL examples.

I know that outfile is not supported in command, and the only official way to get data from Cloud SQL is exporting your entire example to the Cloud Storage bucket.

Should SQL SQL be able to save results of a query? They have the script "Store Results of SQL" in the file, but when I try to give it a "Invalid parameters for the rows" error, I'm not sure whether this is an issue with squirrels or the boundaries of Cloud SQL reason.

You mentioned "the most effective way" - do you need to export bulk? In that case, exporting Cloud storage bucket is the most effective way.

If you want to dump the result in the query, then assume that the number of rows is small, you can use the command line tool and pipe the result in a file () SQuirreL SQL is the same You should be able to talk about that particular error.

No comments:

Post a Comment