Home » MySQL String LOAD_FILE() Function

MySQL String LOAD_FILE() Function

by Online Tutorials Library

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:

MySQL String LOAD_FILE() Function MySQL String LOAD_FILE() Function

Next TopicMySQL String

You may also like