Hey all,<br>  I am trying the following command to drop a table from a postgresql database. It gives an error. Can anyone please rectify the command if it is wrong?<br><br><b>Command:</b><br>psql -h localhost -p 5433 -U postgres -d testdb -c DROP TABLE 11001_district_of_columbia_arealm<br>
<br><b>Error Message:</b><br>psql: warning: extra command-line argument "TABLE" ignored<br>psql: warning: extra command-line argument "11001_district_of_columbia_arealm" ignored<br>ERROR:  syntax error at end of input<br>
LINE 1: DROP<br>                       ^<br><br><br>Please help!<br>Thanx,<br>Shreerang Patwardhan.<br>