80
MySQL LOAD_FILE() Function
LOAD_FILE(file_name) is a Sring function of MySQL. This method returns content of file. If file does not exist or it cannot be read then it returns NULL.
Syntax
Example 1
Output:
Next TopicMySQL String