Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This comment is hidden because it contains spoiler information about the solution
@AndrewSouthpaw
I guess it would have to be changed because if there is some other column that gets added to the table, then we would have to update the query and select the newly added column as well.
If we use select ALL(select * ) we won't have to edit the query, as it selects all the columns there are to select.
I really love this solution.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
You could just use products.*
Glad my solution took me hours to write, and is 35 lines. (-_-) To be fair to myself, I was hellbent on preserving the data type and not converting the input to a string. Why? Not sure exactly. But I did it.
Good way to create a PL/SQL function using sql
so why do we have to specify that we're using SQL ?
This comment is hidden because it contains spoiler information about the solution
How come so many people have given this specific answer?
This comment is hidden because it contains spoiler information about the solution
Can you explain your reasoning there? Why should the query have to be edited if the table's column set changes?
This comment is hidden because it contains spoiler information about the solution
I'm sorry, I don't understand. What do you mean by "reply then"?
Loading more items...