Skip to content
Advertisement

Operand Should Contain 1 Column(s), Trying to generate volunteer data

I can’t seem to troubleshoot my problem.

My stored procedure:

Additionally, here is my volunteer table in my MYSQL script:

I am trying to insert 500 lines into this table, however error 1305 is coming up.

Any help is heavily appreciated, I am quite unsure of where to go from this point.

Advertisement

Answer

This logic doesn’t do anything:

Although not the most efficient, this should be fine for 500 rows:

I think you are actually trying to write:

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement