Ad
  • Custom User Avatar

    Instructions weren't clear.

  • Custom User Avatar

    Could you check it now to see if it's ok?

  • Custom User Avatar

    You are correct.

    I'm curious why I still get the error with a different function name, though. I'm assuming there's something about the way the solution runs that causes it.

    Either way, thanks for the pointers.

  • Custom User Avatar

    Changed instructions a little using conditional code blocks. Hope it's ok with the kata's author.

  • Custom User Avatar

    Return a table with a column is_even

    You don't need to create a function and if you do, name it something else.

    P.S.: I've modified the instructions to make it clearer.

  • Custom User Avatar

    Having difficulties with the SQL version of this kata.
    I'm getting this message:

    PG::DuplicateFunction: ERROR: function "is_even" already exists with same argument types

    Is this an issue with the kata or have I done something wrong with my CREATE FUNCTION statement?