79326815

Date: 2025-01-03 14:50:26
Score: 3
Natty:
Report link

Since putrow uses spaces as separators, it turns out that multi-part strings must be embedded in single quotes. So, the correct statement is:

putrow customers 1 'Danilo Silva' 5729997091721 [email protected]

tql customers select *;

1 results. (1 ms)

get

+----+--------------+---------------+---------------+

| id | name | phone | email |

+----+--------------+---------------+---------------+

| 1 | Danilo Silva | 5729997091721 | [email protected] |

+----+--------------+---------------+---------------+

The 1 results had been acquired.

Reasons:
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Filler text (0.5): --------------
  • Filler text (0): ---------------
  • Filler text (0): ---------------
  • Filler text (0): --------------
  • Filler text (0): ---------------
  • Filler text (0): ---------------
  • Filler text (0): --------------
  • Filler text (0): ---------------
  • Filler text (0): ---------------
  • Low reputation (1):
Posted by: Danilo Silva