What is that *
sign some select statements about?
LIKE
operatorSweet! *
is the splat operator that we use to retrieve every column of a record in a table. While it's a wildcard, it doesn't replace characters in strings.
Close! *
is the splat operator that we use to retrieve every column of a record in a table. While it's a wildcard, it doesn't replace characters in strings.