Second_database"> DELETE FROM second_table WHERE username= 'Luigi';

I believe I inputted SQL code correctly: second_database"> DELETE FROM second_table WHERE username= ‘Luigi’;

The system does not acknowledge it and eventually the database will crash.

FATAL: terminating connection due to administrator command
SSL connection has been closed unexpectedly
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
The connection to the server was lost. Attempting reset: Succeeded.
SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, bits: 256, compression: off)
second_database=>
I really want to finish Relational Database but it’s becoming extremely annoying. Before Gitpod, this wasn’t an issue.

your first line has a double quote and then a single quote, it may be that the command was never marked as finished

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