Non si usa il carattere %
* allows you to match any string of any length (including zero length)
? allows you to match on a single character
# allows you to match on a single numeric digit
http://www.techonthenet.com/access/queries/like.php
Non si usa il carattere %
* allows you to match any string of any length (including zero length)
? allows you to match on a single character
# allows you to match on a single numeric digit
http://www.techonthenet.com/access/queries/like.php