java -jar ngdbc.jar -c "SELECT Name as Title, Desc as Description FROM `table_name` "
I want to add an argument with back-ticks within the query string. However when I execute it in the terminal the back-ticks get executed first and it says zsh: command not found: table_name. Any ideas on how to work around the problem ?