FusionTable delete statement problem

16 views
Skip to first unread message

Ryan Cheung

unread,
Feb 13, 2016, 6:26:16 PM2/13/16
to MIT App Inventor Forum
I would like to delete the first row. But fail with my delete statement. I searched example from tutorial. But only have example about "delete from single condition" . 

I set the query to 
DELETE FROM TableID WHERE GroupID='001' and Phone='66'

But fail.
Is it only able to delete by ROWID?

Ryan
Clipboard05.jpg
Screenshot_2016-02-14-07-16-26.png
Clipboard04.jpg

Taifun

unread,
Feb 13, 2016, 7:34:30 PM2/13/16
to MIT App Inventor Forum
Is it only able to delete by ROWID?
yes, therefore first send a SELECT statement to the table to get the ROWID, then send the DELETE statement to the table using that ROWID
Taifun

Trying to push the limits of App Inventor! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun. 

Ryan Cheung

unread,
Feb 13, 2016, 8:10:17 PM2/13/16
to MIT App Inventor Forum
Thanks Taifun,

I found the solution.

Ryan
Reply all
Reply to author
Forward
0 new messages