Delete SQL Statement

What is the way to delete data from a table? According to me it is something like "delete from user where user, password = 'esteban', '123456' ", but it is not like that, how is it?

Read the documentation...
Do a Google search for Delete MariaDB and you will find the answer

Taifun

1 Like

How can I delete data from a table in my database? For example, put a syntax where "delete from table_users where users or password or email or name = "perico"

Your question not really is an App Inventor question...

Read again the documentation for your sql dialect and check, if an OR statement is available

You might want to do some SQL Tutorials... you will find them after doing a Google search...

And remember: NEVER store a password in plain text In a database... always store its hash value...

Taifun

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.