Hi,I have looked all over the available documentation for a ‘droptable’ (deleting the table, along with the schema)command, but I cantseem to find it.Can any one here please help?Thanks
Date: Thu, 5 Feb 2009 15:46:08 +0800Message-ID: Subject: Re: [personal kdb+] drop table commandFrom: Aaron Davies <aaron.davies>To: personal-kdbplus@googlegroups.comdelete table from.(or whatever namespace it's in)there isn't really a "schema" in q, but i suppose the differentiationis between delete a table and deleting all its rows:delete from
tableOn Thu, Feb 5, 2009 at 3:36 PM, Nav <nav.andraste> wrote:>> Hi,>> I have looked all over the available documentation for a ‘drop> table’ (deleting the table, along with the schema)command, but I cant> seem to find it.>> Can any one here please help?>> Thanks> >>– Aaron Daviesaaron.davies@gmail.com</nav.andraste></aaron.davies>