Specifying a table name when using --tables
and --wheres
in the CLI
#639
Answered
by
jgreet
nicholaslopez754
asked this question in
FAQs
-
Hi, I was wondering if it was possible to specify a table name when using I tried something to the effect of:
but both error when it attempts to apply the |
Beta Was this translation helpful? Give feedback.
Answered by
jgreet
Jun 27, 2024
Replies: 1 comment 3 replies
-
Hi, try entering one where statement per table, as a comma separated list, in the same order as the provided table names, For example: pscale db dump beam main --tables Account,Post --wheres "id = 'cl29ecsgb0014bvp9yxnazqbz',title = 'another one'"
Starting to dump tables 'Account,Post' from database beam to folder /Users/jgreet/tmp/pscale_dump_beam_main_20240627_145850
Dumping is finished! (elapsed time: 1.103153583s) |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
jgreet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, try entering one where statement per table, as a comma separated list, in the same order as the provided table names,
For example: