Ok.. list didnt return anything because there were no tables present. I have another query.
*blur (default)> create -t test -c 10 -l test* *blur (default)> mutate test r1 rid1 f1 c1:v1* *blur (default)> query test ** *1 results found in [223.357074 ms]. Row [1] Record [1] Column [1] Data (bytes) [8]* *result# rowid recordid f1.c1* *0 r1 rid1 v1 * Until this point it is working fine. *blur (default)> create -t testable -c 10 -l test* *blur (default)> mutate testable r2 rid2 f2 c2:f2* *blur (default)> query testable ** *2 results found in [36.109771 ms]. Row [2] Record [2] Column [2] Data (bytes) [16]* *result# rowid recordid * *0 r2 f2.c2* *0 rid2 f2 * *1 r1 f1.c1* *1 rid1 v1 * Now when i am querying table testable why it is returning 2 results (One row from test table) even though it has only one record? *blur (default)> disable test* *blur (default)> remove test* *blur (default)> query testable ** *2 results found in [43.491442 ms]. Row [2] Record [2] Column [2] Data (bytes) [16]* *result# rowid recordid * *0 r2 f2.c2* *0 rid2 f2 * *1 r1 f1.c1* *1 rid1 v1 * Here even after removing test table, it still returns 2 results , one from test and one from testable tables. What is wrong here?? Why is this residual data keep coming? Any solution on this? Thanks, Ameya On Thu, Aug 7, 2014 at 2:35 PM, Aaron McCurry <[email protected]> wrote: > Unfortunately no. The mail lists strip out all attachments. You could copy > the text from the terminal or find a public image share. Thanks! > > Aaron > > On Thursday, August 7, 2014, Ameya Aware <[email protected]> wrote: > > > Can i attach it here in mail? > > > > Will that work? > > > > Thanks, > > Ameya > > > > > > > > > > On Thu, Aug 7, 2014 at 10:54 AM, Tim Williams <[email protected] > > <javascript:;>> wrote: > > > > > Hey Ameya, > > > Your screenshot got stripped by the mail-list software - can you post > to > > > some public spot? The list command doesn't take any parameters so if > > > you've created a table and list it and it doesn't show, then > something's > > > gone really wrong. > > > > > > Thanks, > > > --tim > > > > > > > > > On Thu, Aug 7, 2014 at 9:53 AM, Ameya Aware <[email protected] > > <javascript:;>> wrote: > > > > > > > Any help on this? > > > > > > > > > > > > Thanks, > > > > Ameya > > > > > > > > > > > > On Wed, Aug 6, 2014 at 3:08 PM, Ameya Aware <[email protected] > > <javascript:;>> > > > wrote: > > > > > > > >> ok sure.. > > > >> > > > >> When i give list commnad it didnt list the tables.. Do i need to > pass > > > any > > > >> parameters to it? Though "help" doesnt say so. > > > >> > > > >> Please find snapshot below. > > > >> > > > >> [image: Inline image 1] > > > >> > > > >> > > > >> Thanks, > > > >> Ameya > > > >> > > > >> > > > >> On Wed, Aug 6, 2014 at 2:24 PM, Tim Williams <[email protected] > > <javascript:;>> > > > >> wrote: > > > >> > > > >>> On Wed, Aug 6, 2014 at 2:21 PM, Ameya Aware <[email protected] > > <javascript:;>> > > > >>> wrote: > > > >>> > Thanks. > > > >>> > > > > >>> > Also can we check which all tables exist? > > > >>> > > > >>> Sure, the "list" command in the shell will list them. You may also > > > >>> wanna give the "help" command a spin:) If you type 'help' and it > > > >>> isn't clear what they actually do, let us know so we can add a more > > > >>> helpful description of the command. > > > >>> > > > >>> --tim > > > >>> > > > >> > > > >> > > > > > > > > > >
