i'm sorry if this doesn't belong here but i figure this would be the best place since most servers use SQL in one way or another, so here goes....:

when i am using the LIKE operator and the * wildcat will it find matches where there is nothing for the letter?

for example:

LIKE "cat*" = "cat"?

or in otherwords is a null character a valid match for a wildcard?